[Stack 8.19.21-SNAPSHOT] [oracle] Failing test daily: system test: (elastic-agent logs - systemstatistics) in oracle.system_statistics #5808
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: Issue Triage | ||
| on: | ||
| issues: | ||
| types: [opened, labeled] | ||
| permissions: | ||
| actions: read | ||
| contents: read | ||
| copilot-requests: write | ||
| discussions: write | ||
| issues: write | ||
| pull-requests: write | ||
| jobs: | ||
| run: | ||
|
Check failure on line 15 in .github/workflows/trigger-issue-triage.yml
|
||
| # 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: >- | ||
| # github.event.action == 'opened' || | ||
| # (github.event.action == 'labeled' && github.event.label.name == 'claude-plz-triage') | ||
| if: false | ||
| uses: elastic/ai-github-actions/.github/workflows/gh-aw-issue-triage.lock.yml@v0 | ||
| with: | ||
| setup-commands: | | ||
| export GOTOOLCHAIN=auto | ||
| go install github.com/elastic/elastic-package@latest | ||