Skip to content

Commit fcebeab

Browse files
committed
Try to get the command doc comment bot working
Trying to use the `pull_request_target` triggeer instead, as that has apparently different permissions according to: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target
1 parent a27af98 commit fcebeab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/command-block.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Comment on manual command changes
22
on:
3-
pull_request:
3+
pull_request_target:
4+
types:
5+
- opened
46
paths:
57
- 'commands/docs/**'
68

0 commit comments

Comments
 (0)