mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Add buildkite links to doc preview comments (#175463)
This commit is contained in:
parent
3f02a72556
commit
88e81bf931
1 changed files with 7 additions and 13 deletions
20
.github/workflows/docs-preview-links.yml
vendored
20
.github/workflows/docs-preview-links.yml
vendored
|
@ -6,21 +6,15 @@ on:
|
|||
paths:
|
||||
- '**.asciidoc'
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
jobs:
|
||||
doc-preview:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@v6
|
||||
name: Add doc preview links
|
||||
- uses: elastic/docs/.github/actions/docs-preview@current
|
||||
with:
|
||||
script: |
|
||||
const pr = context.payload.pull_request;
|
||||
const comment = `Documentation preview:
|
||||
- ✨ [Changed pages](https://${context.repo.repo}_${pr.number}.docs-preview.app.elstc.co/diff)`;
|
||||
|
||||
github.rest.issues.createComment({
|
||||
issue_number: context.issue.number,
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
body: comment,
|
||||
});
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo: ${{ github.event.repository.name }}
|
||||
preview-path: 'guide/en/observability/master/index.html'
|
||||
pr: ${{ github.event.pull_request.number }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue