File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 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/**'
You can’t perform that action at this time.
0 commit comments