Create greetings.yml

This commit is contained in:
C++, JS, TS, Python Developer 2021-08-20 17:06:08 +05:30 committed by GitHub
parent e0a06a129b
commit d1ff71e0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
greetings.yml 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.GIT_TOKEN }}
issue-message: 'Thanks for using play-dl. Your problem will be solved by developers soon.'
pr-message: 'Thanks for using play-dl and for creating pull request. Our developers will soon see this pr.'