Breaking Change Detector #67
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: Breaking Change Detector | ||
| on: | ||
| schedule: | ||
| - cron: "0 13 * * 1-5" | ||
| workflow_dispatch: | ||
| permissions: | ||
| contents: read | ||
| copilot-requests: write | ||
| issues: write | ||
| pull-requests: read | ||
| jobs: | ||
| run: | ||
|
Check failure on line 14 in .github/workflows/trigger-breaking-change-detector.yml
|
||
| uses: elastic/ai-github-actions/.github/workflows/gh-aw-breaking-change-detector.lock.yml@v0 | ||
| with: | ||
| additional-instructions: | | ||
| Do NOT flag changes to `conditions.kibana.version` or | ||
| `conditions.elastic.subscription` in any package's `manifest.yml` | ||
| as breaking changes. The Elastic package registry is version-aware: | ||
| when a package narrows its Kibana version constraint, users on | ||
| older Kibana versions are not broken — they continue to see and | ||
| use the latest package version compatible with their stack. The | ||
| newer version is simply not offered to them. Narrowing stack | ||
| version constraints is a normal, non-breaking operation in this | ||
| repository. | ||