Skip to content

Commit

Permalink
🔧 Merge pull request #169 from CertifaiAI/faris_auto_comment
Browse files Browse the repository at this point in the history
Create Issues auto comment workflow
  • Loading branch information
codenamewei authored Jul 28, 2021
2 parents 9cee2b7 + 8ffb187 commit 725a6e4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/auto_comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Issues Auto Comment

on:
issues:
types:
- opened

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: bubkoo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issuesOpenedReactions: 'hooray, +1'
issuesOpenedComment: >
👋 @{{ author }}
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.

0 comments on commit 725a6e4

Please sign in to comment.