Skip to content

Commit

Permalink
github-action: Add AsciiDoc freeze warning (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Jan 28, 2025
1 parent d80a7a5 commit def7922
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:
pull_request:
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 def7922

Please sign in to comment.