| # Configuration for .github/workflows/pull_request_label.yml. |
| |
| 'type-infra': |
| - changed-files: |
| - any-glob-to-any-file: '.github/**' |
| |
| 'package:intl': |
| - changed-files: |
| - any-glob-to-any-file: 'pkgs/intl/**' |
| |
| 'package:intl_translation': |
| - changed-files: |
| - any-glob-to-any-file: 'pkgs/intl_translation/**' |
| |
| 'package:intl4x': |
| - changed-files: |
| - any-glob-to-any-file: 'pkgs/intl4x/**' |
| |
| 'package:messages': |
| - changed-files: |
| - any-glob-to-any-file: 'pkgs/messages/**' |
| |
| 'package:messages_serializer': |
| - changed-files: |
| - any-glob-to-any-file: 'pkgs/messages_serializer/**' |
| |
| 'package:messages_builder': |
| - changed-files: |
| - any-glob-to-any-file: 'pkgs/messages_builder/**' |
| |
| 'package:messages_shrinker': |
| - changed-files: |
| - any-glob-to-any-file: 'pkgs/messages_shrinker/**' |