Skip to content

Commit 725a6e4

Browse files
authored
🔧 Merge pull request #169 from CertifaiAI/faris_auto_comment
Create Issues auto comment workflow
2 parents 9cee2b7 + 8ffb187 commit 725a6e4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/auto_comment.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Issues Auto Comment
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
run:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: bubkoo/auto-comment@v1.0.7
13+
with:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
issuesOpenedReactions: 'hooray, +1'
16+
issuesOpenedComment: >
17+
👋 @{{ author }}
18+
19+
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
20+
21+
Please make sure you have given us as much context as possible.

0 commit comments

Comments
 (0)