This commit is contained in:
levina 2022-02-12 11:27:50 +07:00 committed by GitHub
parent 7e03c08859
commit eebd4cf87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +0,0 @@
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: 'hello, thank you for reporting the issues that you have made, our developer team will immediately respond to it.'
pr-message: 'hello, thank you for the pull request you have made, we are very happy if you can join us in developing this project through the pull request you made. ok, our developer team will respond to this soon.'