File tree 2 files changed +36
-27
lines changed
2 files changed +36
-27
lines changed Original file line number Diff line number Diff line change 1
1
documentation :
2
- - test/examples/**/*
3
- - README.md
4
- - examples/**/*
2
+ - changed-files :
3
+ - any-glob-to-any-file :
4
+ - test/examples/**/*
5
+ - README.md
6
+ - examples/**/*
5
7
6
8
core :
7
- - lib/**/*
9
+ - changed-files :
10
+ - any-glob-to-any-file :
11
+ - lib/**/*
8
12
9
13
release :
10
- - dist/**/*
14
+ - changed-files :
15
+ - any-glob-to-any-file :
16
+ - dist/**/*
11
17
12
18
tests :
13
- - test/spec/**/*
19
+ - changed-files :
20
+ - any-glob-to-any-file :
21
+ - test/spec/**/*
14
22
15
23
deps :
16
- - yarn.lock
24
+ - changed-files :
25
+ - any-glob-to-any-file :
26
+ - yarn.lock
17
27
18
28
infrastructure :
19
- - .github/**/*
20
- - .babelrc
21
- - .eslintignore
22
- - .eslintrc.json
23
- - .flowconfig
24
- - .gitignore
25
- - .npmignore
26
- - .travis.yml
27
- - build.sh
28
- - package.json
29
- - webpack*
29
+ - changed-files :
30
+ - any-glob-to-any-file :
31
+ - .github/**/*
32
+ - .babelrc
33
+ - .eslintignore
34
+ - .eslintrc.json
35
+ - .flowconfig
36
+ - .gitignore
37
+ - .npmignore
38
+ - .travis.yml
39
+ - build.sh
40
+ - package.json
41
+ - webpack*
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Pull request labeler
3
3
on :
4
- schedule :
5
- - cron : " */5 * * * *"
4
+ - pull_request_target
6
5
jobs :
7
6
labeler :
8
7
runs-on : ubuntu-latest
8
+ permissions :
9
+ contents : read
10
+ pull-requests : write
9
11
steps :
10
- - uses : paulfantom/periodic-labeler@master
11
- permissions :
12
- issues : write
13
- env :
14
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
- GITHUB_REPOSITORY : ${{ github.repository }}
16
- LABEL_MAPPINGS_FILE : .github/labeler.yml
12
+ - id : label-the-PR
13
+ uses : actions/labeler@v5
You can’t perform that action at this time.
0 commit comments