We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b2700 commit 6dbf91aCopy full SHA for 6dbf91a
.github/workflows/comment-on-asciidoc-changes.yml
@@ -2,7 +2,8 @@
2
name: Comment on PR for .asciidoc changes
3
4
on:
5
- pull_request:
+ # We need to use pull_request_target to be able to comment on PRs from forks
6
+ pull_request_target:
7
types:
8
- synchronize
9
- opened
0 commit comments