mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
This reverts commit 4d5f9b2332
.
This commit is contained in:
parent
3e3dfa4fb7
commit
ee31c5a92d
3 changed files with 21 additions and 33 deletions
21
.github/workflows/comment-on-asciidoc-changes.yml
vendored
Normal file
21
.github/workflows/comment-on-asciidoc-changes.yml
vendored
Normal file
|
@ -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
.github/workflows/docs-build.yml
vendored
19
.github/workflows/docs-build.yml
vendored
|
@ -1,19 +0,0 @@
|
||||||
name: docs-build
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request_target: ~
|
|
||||||
merge_group: ~
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
docs-preview:
|
|
||||||
uses: elastic/docs-builder/.github/workflows/preview-build.yml@main
|
|
||||||
with:
|
|
||||||
path-pattern: docs/**
|
|
||||||
permissions:
|
|
||||||
deployments: write
|
|
||||||
id-token: write
|
|
||||||
contents: read
|
|
||||||
pull-requests: read
|
|
14
.github/workflows/docs-cleanup.yml
vendored
14
.github/workflows/docs-cleanup.yml
vendored
|
@ -1,14 +0,0 @@
|
||||||
name: docs-cleanup
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request_target:
|
|
||||||
types:
|
|
||||||
- closed
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
docs-preview:
|
|
||||||
uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@main
|
|
||||||
permissions:
|
|
||||||
contents: none
|
|
||||||
id-token: write
|
|
||||||
deployments: write
|
|
Loading…
Add table
Add a link
Reference in a new issue