First issue #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greeter | |
on: [pull_request, issues] | |
jobs: | |
greet: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Grazie per aver segnalato questo problema. Verrà esaminato al più presto.' | |
pr-message: 'Grazie per il tuo contributo! Esamineremo la tua pull request quanto prima.' |