File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- # This configures the .github/workflows/pull_request_label.yml workflow .
1
+ # Configuration for .github/workflows/pull_request_label.yml.
2
2
3
3
' type-infra ' :
4
4
- changed-files :
5
- - ' .github/**'
5
+ - any-glob-to-any-file : ' .github/**'
6
6
7
7
' package:blast_repo ' :
8
8
- changed-files :
9
- - ' pkgs/blast_repo/**'
9
+ - any-glob-to-any-file : ' pkgs/blast_repo/**'
10
10
11
11
' package:corpus ' :
12
12
- changed-files :
13
- - ' pkgs/corpus/**'
13
+ - any-glob-to-any-file : ' pkgs/corpus/**'
14
14
15
15
' package:dart_flutter_team_lints ' :
16
16
- changed-files :
17
- - ' pkgs/dart_flutter_team_lints/**'
17
+ - any-glob-to-any-file : ' pkgs/dart_flutter_team_lints/**'
18
18
19
19
' package:firehose ' :
20
20
- changed-files :
21
- - ' pkgs/firehose/**'
21
+ - any-glob-to-any-file : ' pkgs/firehose/**'
22
22
23
23
' package:repo_manage ' :
24
24
- changed-files :
25
- - ' pkgs/repo_manage/**'
25
+ - any-glob-to-any-file : ' pkgs/repo_manage/**'
26
26
27
27
' package:sdk_triage_bot ' :
28
28
- changed-files :
29
- - ' pkgs/sdk_triage_bot/**'
29
+ - any-glob-to-any-file : ' pkgs/sdk_triage_bot/**'
30
30
31
31
' package:trebuchet ' :
32
32
- changed-files :
33
- - ' pkgs/trebuchet/**'
33
+ - any-glob-to-any-file : ' pkgs/trebuchet/**'
You can’t perform that action at this time.
0 commit comments