greetings
This commit is contained in:
parent
084d0dd8f1
commit
2b5da49dcb
16
.github/workflows/greetings.yml
vendored
Normal file
16
.github/workflows/greetings.yml
vendored
Normal 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: '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.'
|
Loading…
Reference in New Issue
Block a user