Skip to content

Commit a58c7d8

Browse files
authored
Fix labeler.yml (#214)
1 parent dc44e82 commit a58c7d8

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/labeler.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
# This configures the .github/workflows/pull_request_label.yml workflow.
22

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

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

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

1215
'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/**/*'
1418

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

1823
'package:repo_manage':
19-
- pkgs/repo_manage/**/*
24+
- changed-files:
25+
- any-glob-to-any-file: 'pkgs/repo_manage/**/*'

0 commit comments

Comments
 (0)