eland/.github/workflows/comment-on-asciidoc-changes.yml
Redcinelli 1224615b60 Revert "Merge branch 'main' into do-not-delete_legacy-docs"
This reverts commit d5ab4f4d06c1687ec9df72be595160902a68e3ee, reversing
changes made to ebd0ab10a17a70c22eedcbdaba53965a9a176775.

Revert "Update machine-learning.asciidoc"

This reverts commit ebd0ab10a17a70c22eedcbdaba53965a9a176775.
2025-04-01 13:12:25 +02:00

22 lines
460 B
YAML

---
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