We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfd2ac commit cda2c2dCopy full SHA for cda2c2d
.github/workflows/comment-on-asciidoc-changes.yml
@@ -0,0 +1,19 @@
1
+---
2
+name: Comment on PR for .asciidoc changes
3
+
4
+on:
5
+ # 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
10
+ - reopened
11
+ branches:
12
+ - main
13
14
+jobs:
15
+ comment-on-asciidoc-change:
16
+ permissions:
17
+ contents: read
18
+ pull-requests: write
19
+ uses: elastic/docs-builder/.github/workflows/comment-on-asciidoc-changes.yml@main
0 commit comments