File tree Expand file tree Collapse file tree 2 files changed +25
-9
lines changed Expand file tree Collapse file tree 2 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration for labeler - https://github.com/actions/labeler
2
2
3
- π¦ Dependencies : package.json
4
- Configurations : _config.yml
5
- CSS : source/css/**/*
6
- π Docs : docs/**/*
7
- Layout : layout/**/*
8
- π i18n : languages/**/*
9
- Actions : .github/workflows/**/*
10
- π 3rd Party Plugin : ' **/*third-party/**/*'
3
+ π¦ Dependencies :
4
+ - changed-files :
5
+ - any-glob-to-any-file : package.json
6
+ Configurations :
7
+ - changed-files :
8
+ - any-glob-to-any-file : _config.yml
9
+ CSS :
10
+ - changed-files :
11
+ - any-glob-to-any-file : source/css/**/*
12
+ π Docs :
13
+ - changed-files :
14
+ - any-glob-to-any-file : docs/**/*
15
+ Layout :
16
+ - changed-files :
17
+ - any-glob-to-any-file : layout/**/*
18
+ π i18n :
19
+ - changed-files :
20
+ - any-glob-to-any-file : languages/**/*
21
+ Actions :
22
+ - changed-files :
23
+ - any-glob-to-any-file : .github/workflows/**/*
24
+ π 3rd Party Plugin :
25
+ - changed-files :
26
+ - any-glob-to-any-file : ' **/*third-party/**/*'
Original file line number Diff line number Diff line change 7
7
triage :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/labeler@v4
10
+ - uses : actions/labeler@v5
11
11
# https://github.com/peaceiris/actions-label-commenter#work-with-other-auto-label-actions
12
12
with :
13
13
repo-token : " ${{ secrets.GH_PAT }}"
You canβt perform that action at this time.
0 commit comments