[Stack 8.19.21-SNAPSHOT] [oracle] Failing test daily: system test: (elastic-agent logs - sysmetric) in oracle.sysmetric #1199
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: Duplicate Issue Detector | ||
| on: | ||
| issues: | ||
| types: [opened] | ||
| workflow_dispatch: | ||
| permissions: | ||
| contents: read | ||
| copilot-requests: write | ||
| discussions: write | ||
| issues: write | ||
| pull-requests: read | ||
| jobs: | ||
| run: | ||
|
Check failure on line 15 in .github/workflows/trigger-duplicate-issue-detector.yml
|
||
| # Disabled 2026-07-02 — no current owner. Re-enable by removing this | ||
| # `if: false` line via a reviewed PR so the change is visible. | ||
| if: false | ||
| uses: elastic/ai-github-actions/.github/workflows/gh-aw-duplicate-issue-detector.lock.yml@v0 | ||
| with: | ||
| detect-related-issues: false | ||