Skip to content

Commit

Permalink
ci: upgrade auto labeler version (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol authored Jan 27, 2025
1 parent c35c02d commit e4542e7
Showing 1 changed file with 24 additions and 26 deletions.
50 changes: 24 additions & 26 deletions .github/auto-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
version: v1
version: v5

labels:
- label: enhancement
sync: true
matcher:
title: '^feat:.*'
- label: documentation
sync: true
matcher:
title: '^docs:.*'
- label: documentation
sync: true
matcher:
title: '^chore:.*'
- label: bug
sync: true
matcher:
title: '^fix:.*'
- label: ci
sync: true
matcher:
title: '^ci:.*'
- label: e2e-test
sync: true
matcher:
title: '^test:.*'
enhancement
- all
- base-branch: ['feat']
- changed-files:
- any-glob-to-any-file: ['packages/fluent-editor/src/**']
documentation
- changed-files:
- any-glob-to-any-file: ['packages/docs/**', 'packages/projects/**', '!packages/docs/**/*.spec.ts']
bug
- all
- base-branch: ['fix']
- changed-files:
- any-glob-to-any-file: ['packages/fluent-editor/src/**']
ci
- changed-files:
- any-glob-to-any-file: ['.github/**']
e2e-test
- changed-files:
- any-glob-to-any-file: ['packages/docs/**/*.spec.ts']
v3
- head-branch: ['main']
v4
- head-branch: ['v4']

0 comments on commit e4542e7

Please sign in to comment.