Skip to content

Commit b875a0b

Browse files
authored
Update comment-on-asciidoc-changes.yml (#2773)
1 parent 8aee949 commit b875a0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/comment-on-asciidoc-changes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Comment on PR for .asciidoc changes
33

44
on:
5-
pull_request:
5+
# We need to use pull_request_target to be able to comment on PRs from forks
6+
pull_request_target:
67
types:
78
- synchronize
89
- opened

0 commit comments

Comments
 (0)