Skip to content

Commit 82c1d8f

Browse files
added issue reply
1 parent 403700a commit 82c1d8f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/issue_reply.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on: [issues]
2+
jobs:
3+
build:
4+
name: 🎤 Reply
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/first-interaction@v1
8+
with:
9+
repo-token: ${{ secrets.GITHUB_TOKEN }}
10+
issue-message: "Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap."

0 commit comments

Comments
 (0)