We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c1d8f commit 73d335dCopy full SHA for 73d335d
2 files changed
.github/workflows/issue_reply.yml
.github/workflows/welcome.yml
@@ -0,0 +1,14 @@
1
+on:
2
+ issues:
3
+ types: [opened]
4
+ pull_request_target:
5
6
+ build:
7
+ name: 👋 Welcome
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/first-interaction@v1.1.1
11
+ with:
12
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
13
+ issue-message: "Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap."
14
+ pr-message: "Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap."
0 commit comments