Skip to content

[docs-patrol] Update docs for docs-generator migration and Winlogbeat test workflow #1111

[docs-patrol] Update docs for docs-generator migration and Winlogbeat test workflow

[docs-patrol] Update docs for docs-generator migration and Winlogbeat test workflow #1111

name: Mention in Issue
on:
issue_comment:
types: [created]
permissions:
actions: read
contents: write
discussions: write
issues: write
pull-requests: write
jobs:
run:
if: >-
github.event.issue.pull_request == null &&
(startsWith(github.event.comment.body, '/ai') || contains(github.event.comment.body, '@claude')) &&
contains(fromJSON('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association)
uses: elastic/ai-github-actions/.github/workflows/gh-aw-mention-in-issue.lock.yml@v0
with:
setup-commands: |
sudo apt-get update && sudo apt-get install -y libpcap-dev librpm-dev python3-venv
make mage
secrets:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}