blob: 5dfc38faf0de63f8d99761afb11535c17dcbc9c0 [file] [log] [blame]
# This configures the .github/workflows/pull_request_label.yml workflow.
'type-infra':
- changed-files:
- any-glob-to-any-file: '.github/**'
'package:dwds':
- changed-files:
- any-glob-to-any-file: 'dwds/**/*'
'package:frontend_server_client':
- changed-files:
- any-glob-to-any-file: 'frontend_server_client/**/*'
'package:webdev':
- changed-files:
- any-glob-to-any-file: 'webdev/**/*'
'dart-debug-extension':
- changed-files:
- any-glob-to-any-file: 'dwds/debug_extension/**/*'
- any-glob-to-any-file: 'dwds/debug_extension_mv3/**/*'