Skip to content

Commit

Permalink
greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanifhefaz committed May 22, 2023
1 parent adb74cf commit c5407fe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -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: "Thank you for poiting out the issue. We will try our best to review, test and resolve the issue."
pr-message: "You are making a great impact! After we review and test the PR, your changes will be live! We thank you."

0 comments on commit c5407fe

Please sign in to comment.