Skip to content

[BUG][8.12-8.15] Removes the docs for the Last Alert Status Change field and updates the "About" section screenshot #1447

[BUG][8.12-8.15] Removes the docs for the Last Alert Status Change field and updates the "About" section screenshot

[BUG][8.12-8.15] Removes the docs for the Last Alert Status Change field and updates the "About" section screenshot #1447

Workflow file for this run

name: docs-preview
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
jobs:
doc-preview-pr:
runs-on: ubuntu-latest
steps:
- uses: elastic/docs/.github/actions/docs-preview@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repo: ${{ github.event.repository.name }}
preview-path: 'guide/en/security/master/index.html'
pr: ${{ github.event.pull_request.number }}