Skip to content

Commit

Permalink
github-action: Add AsciiDoc freeze warning
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Jan 28, 2025
1 parent bf84dca commit cd7b3a2
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 cd7b3a2

Please sign in to comment.