Skip to content

Commit 4650e3c

Browse files
gforsythenp1s0
authored andcommitted
ci(labeler): update labeler action to @v5 (rapidsai#1210)
Bumps the version of `actions/labeler` to `@v5` and updates the syntax in the `labeler.yml` file to account for breaking changes in that version bump. xref: rapidsai/ops#2968 Authors: - Gil Forsyth (https://github.com/gforsyth) Approvers: - Bradley Dice (https://github.com/bdice) - James Lamb (https://github.com/jameslamb) URL: rapidsai#1210
1 parent d952426 commit 4650e3c

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.github/labeler.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
# Labels culled from https://github.com/rapidsai/raft/labels
44

55
python:
6-
- 'python/**'
7-
6+
- changed-files:
7+
any-glob-to-any-file:
8+
- 'python/**'
89
cpp:
9-
- 'cpp/**'
10-
10+
- changed-files:
11+
any-glob-to-any-file:
12+
- 'cpp/**'
1113
CMake:
12-
- '**/CMakeLists.txt'
13-
- '**/cmake/**'
14-
14+
- changed-files:
15+
any-glob-to-any-file:
16+
- '**/CMakeLists.txt'
17+
- '**/cmake/**'
1518
ci:
16-
- 'ci/**'
19+
- changed-files:
20+
any-glob-to-any-file:
21+
- 'ci/**'

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/labeler@v4
9+
- uses: actions/labeler@v5
1010
with:
1111
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)