Skip to content

Commit 3d4c0d6

Browse files
authored
Fix labeler.yml (#202)
1 parent 4efea69 commit 3d4c0d6

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/labeler.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Configuration for .github/workflows/pull_request_label.yml.
22

33
'type-infra':
4-
- '.github/**'
4+
- changed-files:
5+
- any-glob-to-any-file: '.github/**'
56

67
'package:leak_tracker':
7-
- 'pkgs/leak_tracker/**'
8+
- changed-files:
9+
- any-glob-to-any-file: 'pkgs/leak_tracker/**'
810

911
'package:leak_tracker_flutter_testing':
10-
- 'pkgs/leak_tracker_flutter_testing/**'
12+
- changed-files:
13+
- any-glob-to-any-file: 'pkgs/leak_tracker_flutter_testing/**'
1114

1215
'package:leak_tracker_testing':
13-
- 'pkgs/leak_tracker_testing/**'
16+
- changed-files:
17+
- any-glob-to-any-file: 'pkgs/leak_tracker_testing/**'
1418

1519
'package:memory_usage':
16-
- 'pkgs/memory_usage/**'
20+
- changed-files:
21+
- any-glob-to-any-file: 'pkgs/memory_usage/**'

0 commit comments

Comments
 (0)