Create greetings.yml

This commit is contained in:
John Davidson 2021-07-22 01:59:47 +03:00 committed by GitHub
parent 8ae4d4ae7a
commit b26f9cdbf7
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, 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: 'Thank you for contributing to Minimal Linux Live! :)'
pr-message: 'Thank you for contributing to Minimal Linux Live! :)'