Skip to content

Commit

Permalink
Revert "Add new docs actions (#123506)"
Browse files Browse the repository at this point in the history
This reverts commit 4d5f9b2.
  • Loading branch information
leemthompo authored Feb 27, 2025
1 parent 3e3dfa4 commit b815ec9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 33 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
19 changes: 0 additions & 19 deletions .github/workflows/docs-build.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/docs-cleanup.yml

This file was deleted.

0 comments on commit b815ec9

Please sign in to comment.