Skip to content

Commit 793c4f5

Browse files
authored
[infra] Fix labeler.yml (#873)
1 parent a450a06 commit 793c4f5

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/labeler.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
# Configuration for .github/workflows/pull_request_label.yml.
22

33
'type-infra':
4-
- '.github/**'
4+
- changed-files:
5+
- any-glob-to-any-file: '.github/**'
56

67
'package:ffigen':
7-
- 'pkgs/ffigen/**'
8+
- changed-files:
9+
- any-glob-to-any-file: 'pkgs/ffigen/**'
810

911
'package:jnigen':
10-
- 'pkgs/jnigen/**'
12+
- changed-files:
13+
- any-glob-to-any-file: 'pkgs/jnigen/**'
1114

1215
'package:jni':
13-
- 'pkgs/jni/**'
16+
- changed-files:
17+
- any-glob-to-any-file: 'pkgs/jni/**'
1418

1519
'package:native_assets_builder':
16-
- 'pkgs/native_assets_builder/**'
20+
- changed-files:
21+
- any-glob-to-any-file: 'pkgs/native_assets_builder/**'
1722

1823
'package:native_assets_cli':
19-
- 'pkgs/native_assets_cli/**'
24+
- changed-files:
25+
- any-glob-to-any-file: 'pkgs/native_assets_cli/**'
2026

2127
'package:native_toolchain_c':
22-
- 'pkgs/native_toolchain_c/**'
28+
- changed-files:
29+
- any-glob-to-any-file: 'pkgs/native_toolchain_c/**'

0 commit comments

Comments
 (0)