| # Configuration for .github/workflows/pull_request_label.yml. | |
| 'type-infra': | |
| - changed-files: | |
| - any-glob-to-any-file: '.github/**' | |
| 'package:cli_config': | |
| - changed-files: | |
| - any-glob-to-any-file: 'pkgs/cli_config/**' | |
| 'package:extension_discovery': | |
| - changed-files: | |
| - any-glob-to-any-file: 'pkgs/extension_discovery/**' | |
| 'package:graphs': | |
| - changed-files: | |
| - any-glob-to-any-file: 'pkgs/graphs/**' | |
| 'package:unified_analytics': | |
| - changed-files: | |
| - any-glob-to-any-file: 'pkgs/unified_analytics/**' |