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 committed Jan 27, 2025
1 parent c35c02d commit cac6311
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 31 deletions.
27 changes: 0 additions & 27 deletions .github/auto-labeler.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
enhancement:
- all:
- head-branch: ['feat']
- changed-files:
- any-glob-to-any-file: ['packages/fluent-editor/src/**']
documentation:
- all:
- changed-files:
- any-glob-to-any-file: ['packages/docs/**', 'packages/projects/**']
- all-globs-to-all-files: ['!packages/docs/**/*.spec.ts']
bug:
- all:
- head-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:
- base-branch: ['main']
v4:
- base-branch: ['v4']
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: fuxingloh/multi-labeler@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # optional, default to '${{ github.token }}'
config-path: .github/auto-labeler.yml # optional, default to '.github/labeler.yml'
- uses: actions/labeler@v5

0 comments on commit cac6311

Please sign in to comment.