[qnap_nas] Add RFC 5424 syslog support for QTS 5.x access events. #22193
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Mention in PR | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_review_comment: | |
| types: [created] | |
| permissions: | |
| actions: read | |
| contents: write | |
| copilot-requests: write | |
| pull-requests: write | |
| discussions: write | |
| issues: write | |
| jobs: | |
| run: | |
| # Access control is enforced by the upstream reusable workflow pre_activation | |
| # check (required roles: admin, maintainer, write). | |
| # | |
| # Disabled 2026-07-02 — no current owner. To re-enable, remove `if: false` | |
| # and restore the original activation condition below via a reviewed PR: | |
| # if: >- | |
| # (startsWith(github.event.comment.body, '/ai') || contains(github.event.comment.body, '@claude')) && | |
| # (github.event.issue.pull_request != null || github.event_name == 'pull_request_review_comment') | |
| if: false | |
| uses: elastic/ai-github-actions/.github/workflows/gh-aw-mention-in-pr.lock.yml@v0 | |
| with: | |
| setup-commands: | | |
| export GOTOOLCHAIN=auto | |
| go install github.com/elastic/elastic-package@latest |