blob: b8727694f82239347e782cfbe50ad2c67d485154 [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/**/*'