-
Notifications
You must be signed in to change notification settings - Fork 42
30 lines (26 loc) · 1.14 KB
/
auto-comment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Auto Comment
on:
issues:
pull_request_target:
types: [closed, opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issuesOpened: |
👋 @{{ author }}
Thank you for creating an issue. We will look into the matter and get back to you as soon as possible. Keep up the great work!
pullRequestOpened: |
👋 @{{ author }}
Your pull request is successfully submitted.
Please make sure you have followed our contributing guidelines. Our dedicated team will review it diligently.
issuesClosed: |
👋 @{{ author }}. This issue is closed.
pullRequestMerged: |
Congratulations @${{ github.actor }}! 🎉 Your pull request is merged. We appreciate your efforts to improve our project and your contribution is valuable.
issuesAssigned: |
👋 @{{ author }}
I have assigned the issue to you. You can now start working on it. If you have any queries or require guidance, do not hesitate to ask.