Skip to content

Commit 7fb9ef9

Browse files
committed
github-action: Add AsciiDoc freeze warning
1 parent 7303733 commit 7fb9ef9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Comment on PR for .asciidoc changes
3+
4+
on:
5+
pull_request:
6+
types:
7+
- synchronize
8+
- opened
9+
- reopened
10+
branches:
11+
- main
12+
- master
13+
- "9.0"
14+
15+
jobs:
16+
comment-on-asciidoc-change:
17+
permissions:
18+
contents: read
19+
pull-requests: write
20+
uses: elastic/docs-builder/.github/workflows/comment-on-asciidoc-changes.yml@main

0 commit comments

Comments
 (0)