Skip to content

Commit

Permalink
github-action: Add AsciiDoc freeze warning (#2910) (#2946)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Calanog <[email protected]>
  • Loading branch information
lcawl and reakaleek authored Feb 4, 2025
1 parent f614e2f commit 4e0ad68
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/comment-on-asciidoc-changes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
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
- master
- "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 4e0ad68

Please sign in to comment.