File tree Expand file tree Collapse file tree 3 files changed +43
-30
lines changed
Expand file tree Collapse file tree 3 files changed +43
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ version : v1
2+
3+ labels :
4+ - label : " enhancement"
5+ sync : true
6+ matcher :
7+ title : " ^feat.*: ?.*"
8+ commit : " ^feat.*: ?.*"
9+ - label : " bug"
10+ sync : true
11+ matcher :
12+ title : " ^fix.*: ?.*"
13+ commit : " ^fix.*: ?.*"
14+ - label : " documentation"
15+ sync : true
16+ matcher :
17+ title : " ^docs?: ?.*"
18+ commit : " ^docs?: ?.*"
19+ - label : " refactoring"
20+ sync : true
21+ matcher :
22+ title : " ^refactor.*: ?.*"
23+ commit : " ^refactor.*: ?.*"
24+ - label : " ci"
25+ sync : true
26+ matcher :
27+ title : " ^ci.*: ?.*"
28+ commit : " ^ci.*: ?.*"
29+ - label : " e2e-test"
30+ sync : true
31+ matcher :
32+ title : " ^test.*: ?.*"
33+ commit : " ^test.*: ?.*"
34+ files :
35+ any : [packages/docs/**/*.spec.ts]
36+ - label : " v3"
37+ sync : true
38+ matcher :
39+ baseBranch : ' main'
40+ - label : " v4"
41+ sync : true
42+ matcher :
43+ baseBranch : ' v4'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : fuxingloh/multi-labeler@v4
17- with :
18- github-token : ${{ secrets.GITHUB_TOKEN }} # optional, default to '${{ github.token }}'
19- config-path : .github/auto-labeler.yml # optional, default to '.github/labeler.yml'
You can’t perform that action at this time.
0 commit comments