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