Skip to content

Commit 8300570

Browse files
authored
fix the labeller config file (#316)
- fix the labeller config file --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Most changes should add an entry to the changelog and may need to [rev the pubspec package version](https://github.com/dart-lang/sdk/blob/main/docs/External-Package-Maintenance.md#making-a-change). - Changes to packages require [corresponding tests](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md#Testing). Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback. </details>
1 parent 5a1f899 commit 8300570

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/labeler.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
# This configures the .github/workflows/pull_request_label.yml workflow.
1+
# Configuration for .github/workflows/pull_request_label.yml.
22

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

77
'package:blast_repo':
88
- changed-files:
9-
- 'pkgs/blast_repo/**'
9+
- any-glob-to-any-file: 'pkgs/blast_repo/**'
1010

1111
'package:corpus':
1212
- changed-files:
13-
- 'pkgs/corpus/**'
13+
- any-glob-to-any-file: 'pkgs/corpus/**'
1414

1515
'package:dart_flutter_team_lints':
1616
- changed-files:
17-
- 'pkgs/dart_flutter_team_lints/**'
17+
- any-glob-to-any-file: 'pkgs/dart_flutter_team_lints/**'
1818

1919
'package:firehose':
2020
- changed-files:
21-
- 'pkgs/firehose/**'
21+
- any-glob-to-any-file: 'pkgs/firehose/**'
2222

2323
'package:repo_manage':
2424
- changed-files:
25-
- 'pkgs/repo_manage/**'
25+
- any-glob-to-any-file: 'pkgs/repo_manage/**'
2626

2727
'package:sdk_triage_bot':
2828
- changed-files:
29-
- 'pkgs/sdk_triage_bot/**'
29+
- any-glob-to-any-file: 'pkgs/sdk_triage_bot/**'
3030

3131
'package:trebuchet':
3232
- changed-files:
33-
- 'pkgs/trebuchet/**'
33+
- any-glob-to-any-file: 'pkgs/trebuchet/**'

0 commit comments

Comments
 (0)