From 9431a850ada7783a7a68e3eb7fc5fd0a0ff95b4e Mon Sep 17 00:00:00 2001 From: "lorenzo.lepore" <91348041+lorenzo-lepore@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:44:26 +0200 Subject: [PATCH] Modifiche workflow --- .github/workflows/greetings.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/greetings.yaml diff --git a/.github/workflows/greetings.yaml b/.github/workflows/greetings.yaml deleted file mode 100644 index 346b7b1..0000000 --- a/.github/workflows/greetings.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Greeter - -on: - issues: - types: [closed] - pull_request: - types: [closed] - -jobs: - greeting: - runs-on: ubuntu-latest - steps: - - uses: Manoj-Paramsetti/greets-action@main - if: ${{ github.event.pull_request.merged == true }} - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PR_message: 'Grazie @${{ github.actor }} per il tuo contributo! La tua pull request è stata unita con successo.' - - uses: Manoj-Paramsetti/greets-action@main - if: ${{ github.event.pull_request.merged == false}} - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - issue_message: 'Grazie @${{ github.actor }} per aver segnalato questo problema. La issue è stata chiusa.' - pr_message: 'Grazie @${{ github.actor }} per la tua pull request. Purtroppo non è stata unita, ma apprezziamo il tuo contributo.' \ No newline at end of file