Create greetings.yml

This commit is contained in:
Nuno Coração 2023-02-18 23:36:48 +00:00 committed by GitHub
parent 59f6d57341
commit 30df5b125a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/greetings.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for contributing to Blowfish"
pr-message: "Thanks for contributing to Blowfish"