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