Skip to content

Commit 2442c6f

Browse files
authored
chore: add pr-comments workflow with default messages (#13)
1 parent 9233329 commit 2442c6f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pr-comments.yml

+15
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)