Skip to content

Commit e5ad17f

Browse files
Bump actions/labeler from 4 to 5 (rust-lang#2935)
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
1 parent 9190831 commit e5ad17f

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/labeler.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
# Note that we enable dot, so "**" matches all files in a folder
77

88
Z-BenchCI:
9-
- kani-compiler/**
10-
- rust-toolchain.toml
11-
- kani-dependencies
12-
- kani-driver/src/call-*
13-
- Cargo.lock
14-
- cprover_bindings/**
15-
- library/**
16-
9+
- any:
10+
- changed-files:
11+
- any-glob-to-any-file: ['kani-compiler/**', 'kani-driver/src/call-*', 'cprover_bindings/**', 'library/**']
12+
- any-glob-to-any-file: ['rust-toolchain.toml', 'Cargo.lock']
13+
- any-glob-to-any-file: ['kani-dependencies']

.github/workflows/extra_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Label PR
3939
id: labeler
40-
uses: actions/labeler@v4
40+
uses: actions/labeler@v5
4141
with:
4242
dot: true
4343

0 commit comments

Comments
 (0)