Skip to content

Commit

Permalink
github-action: Add AsciiDoc freeze warning (#605)
Browse files Browse the repository at this point in the history
* github-action: Add AsciiDoc freeze warning

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

Co-authored-by: Tim Rühsen <[email protected]>

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

* github-action: Add AsciiDoc freeze warning

* github-action: Add AsciiDoc freeze warning

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

---------

Co-authored-by: Tim Rühsen <[email protected]>
  • Loading branch information
reakaleek and rockdaboot authored Jan 29, 2025
1 parent e05bb33 commit 494ff61
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/comment-on-asciidoc-changes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Comment on PR for .asciidoc changes

on:
# We need to use pull_request_target to be able to comment on PRs from forks
pull_request_target:
types:
- synchronize
- opened
- reopened
branches:
- main
- "9.0"

jobs:
comment-on-asciidoc-change:
permissions:
contents: read
pull-requests: write
uses: elastic/docs-builder/.github/workflows/comment-on-asciidoc-changes.yml@main

0 comments on commit 494ff61

Please sign in to comment.