File tree Expand file tree Collapse file tree 2 files changed +25
-24
lines changed
Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 11# See help here: https://github.com/marketplace/actions/labeler
22
33cpp :
4- - changed-files :
5- - any-glob-to-any-file :
6- - model_api/cpp/*
4+ - changed-files :
5+ - any-glob-to-any-file :
6+ - model_api/cpp/*
77
88python :
9- - changed-files :
10- - any-glob-to-any-file :
11- - model_api/python/*
9+ - changed-files :
10+ - any-glob-to-any-file :
11+ - model_api/python/*
1212
1313tests :
14- - changed-files :
15- - any-glob-to-any-file :
16- - tests/*
14+ - changed-files :
15+ - any-glob-to-any-file :
16+ - tests/*
1717
1818docs :
19- - changed-files :
20- - any-glob-to-any-file :
21- - docs/*
22- - " **/*.md"
23- - " LICENSE"
19+ - changed-files :
20+ - any-glob-to-any-file :
21+ - docs/*
22+ - " **/*.md"
23+ - " LICENSE"
2424
2525build :
26- - changed-files :
27- - any-glob-to-any-file :
28- - " .github/**/*"
29- - " .pre-commit-config.yaml"
30- - " pyproject.toml"
31- - " **/CMakeLists.txt"
26+ - changed-files :
27+ - any-glob-to-any-file :
28+ - " .github/**/*"
29+ - " .pre-commit-config.yaml"
30+ - " pyproject.toml"
31+ - " **/CMakeLists.txt"
Original file line number Diff line number Diff line change 11name : " Pull Request Labeler"
2+ permissions : read-all
23on :
3- - pull_request_target
4+ - pull_request_target
45
56jobs :
67 labeler :
910 pull-requests : write
1011 runs-on : ubuntu-latest
1112 steps :
12- - uses : actions/labeler@v5
13- with :
14- repo-token : " ${{ secrets.GITHUB_TOKEN }}"
13+ - uses : actions/labeler@v5
14+ with :
15+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments