You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: remove labeler and simplify change detection (#9751)
**Description**
Created detect-changes.yml with centralized skip patterns and refactored
all 8 workflows:
- New workflow (detect-changes.yml): Uses dorny/paths-filter and
centralizes skip patterns in one place (docs, images, contrib, various
asset extensions)
- Updated 8 workflows: All now call detect-changes and use
needs.changes.outputs.code == 'true' instead of the previous should-skip
flag
- Deleted the old check-changes.yml
Benefits:
- Skip patterns defined once, not scattered across 8 workflows
- Cleaner PR status checks (no intermediate check-changes job)
- More robust change detection via dorny/paths-filter vs shell script
- Same functionality, less overhead
Commits: e3aa1fb (removed labeler) and 9db1fec6f (consolidated change
detection)
**Checklist**
- [x] The PR title follows the
[Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) syntax,
leading
with `fix:`, `feat:`, `chore:`, `ci:`, etc.
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments