blob: 4fb77c8301191c47dd32b141d4f924c7f58da5bb [file] [log] [blame] [edit]
# Configuration for .github/workflows/pull_request_label.yml.
'type-infra':
- changed-files:
- any-glob-to-any-file: '.github/**'
'package:ffi':
- changed-files:
- any-glob-to-any-file: 'pkgs/ffi/**'
'package:ffigen':
- changed-files:
- any-glob-to-any-file: 'pkgs/ffigen/**'
'package:jni':
- changed-files:
- any-glob-to-any-file: 'pkgs/jni/**'
'package:jnigen':
- changed-files:
- any-glob-to-any-file: 'pkgs/jnigen/**'
'package:code_assets':
- changed-files:
- any-glob-to-any-file: 'pkgs/code_assets/**'
'package:data_assets':
- changed-files:
- any-glob-to-any-file: 'pkgs/data_assets/**'
'package:hooks':
- changed-files:
- any-glob-to-any-file: 'pkgs/hooks/**'
'package:hooks_runner':
- changed-files:
- any-glob-to-any-file: 'pkgs/hooks_runner/**'
'package:native_toolchain_c':
- changed-files:
- any-glob-to-any-file: 'pkgs/native_toolchain_c/**'
'package:objective_c':
- changed-files:
- any-glob-to-any-file: 'pkgs/objective_c/**'
'package:swift2objc':
- changed-files:
- any-glob-to-any-file: 'pkgs/swift2objc/**'
'package:swiftgen':
- changed-files:
- any-glob-to-any-file: 'pkgs/swiftgen/**'