Skip to content

Commit 6dbf91a

Browse files
authored
github-action: Add AsciiDoc freeze warning (#2589)
* github-action: Add AsciiDoc freeze warning * github-action: Add AsciiDoc freeze warning
1 parent 39b2700 commit 6dbf91a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
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)