We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9233329 commit fd6bbc7Copy full SHA for fd6bbc7
.github/workflows/pr-comments.yml
@@ -0,0 +1,15 @@
1
+name: PR Comments
2
+
3
+on:
4
+ pull_request_target:
5
+ types: [opened, ready_for_review, closed]
6
7
+jobs:
8
+ pr-comments:
9
+ name: PR Comments
10
+ uses: RequestNetwork/auto-comments/.github/workflows/pr-auto-comments.yml@main
11
+ with:
12
+ org_name: "RequestNetwork"
13
+ # Using default comments from the auto-comments workflow
14
+ secrets:
15
+ token: ${{ secrets.GH_PAT_AUTO_COMMENTS }}
0 commit comments