Skip to content

Commit ee31c5a

Browse files
authored
Revert "Add new docs actions (#123506)" (#123570)
This reverts commit 4d5f9b2.
1 parent 3e3dfa4 commit ee31c5a

File tree

3 files changed

+21
-33
lines changed

3 files changed

+21
-33
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Comment on PR for .asciidoc changes
3+
4+
on:
5+
# We need to use pull_request_target to be able to comment on PRs from forks
6+
pull_request_target:
7+
types:
8+
- synchronize
9+
- opened
10+
- reopened
11+
branches:
12+
- main
13+
- master
14+
- "9.0"
15+
16+
jobs:
17+
comment-on-asciidoc-change:
18+
permissions:
19+
contents: read
20+
pull-requests: write
21+
uses: elastic/docs-builder/.github/workflows/comment-on-asciidoc-changes.yml@main

.github/workflows/docs-build.yml

-19
This file was deleted.

.github/workflows/docs-cleanup.yml

-14
This file was deleted.

0 commit comments

Comments
 (0)