We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f821fe commit 878cb8cCopy full SHA for 878cb8c
1 file changed
.github/workflows/Auto_message_on_pr_open.yml
@@ -0,0 +1,19 @@
1
+name: Auto message on PR opened
2
+
3
+on:
4
+ pull_request_target:
5
+ types: [opened]
6
7
+jobs:
8
+ auto-response:
9
+ runs-on: ubuntu-latest
10
11
+ steps:
12
+ - uses: derekprior/add-autoresponse@master
13
+ env:
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
+ with:
16
+ respondableId: ${{ github.event.pull_request.node_id }}
17
+ response: "Our team will soon review your PR. Thanks @${{ github.event.pull_request.user.login }} :)"
18
+ author: ${{ github.event.pull_request.user.login }}
19
+ exemptedAuthors: "Vikash-8090-Yadav"
0 commit comments