Skip to content

Commit

Permalink
fix the labeller config file (#316)
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
devoncarew authored Oct 28, 2024
1 parent 5a1f899 commit 8300570
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# This configures the .github/workflows/pull_request_label.yml workflow.
# Configuration for .github/workflows/pull_request_label.yml.

'type-infra':
- changed-files:
- '.github/**'
- any-glob-to-any-file: '.github/**'

'package:blast_repo':
- changed-files:
- 'pkgs/blast_repo/**'
- any-glob-to-any-file: 'pkgs/blast_repo/**'

'package:corpus':
- changed-files:
- 'pkgs/corpus/**'
- any-glob-to-any-file: 'pkgs/corpus/**'

'package:dart_flutter_team_lints':
- changed-files:
- 'pkgs/dart_flutter_team_lints/**'
- any-glob-to-any-file: 'pkgs/dart_flutter_team_lints/**'

'package:firehose':
- changed-files:
- 'pkgs/firehose/**'
- any-glob-to-any-file: 'pkgs/firehose/**'

'package:repo_manage':
- changed-files:
- 'pkgs/repo_manage/**'
- any-glob-to-any-file: 'pkgs/repo_manage/**'

'package:sdk_triage_bot':
- changed-files:
- 'pkgs/sdk_triage_bot/**'
- any-glob-to-any-file: 'pkgs/sdk_triage_bot/**'

'package:trebuchet':
- changed-files:
- 'pkgs/trebuchet/**'
- any-glob-to-any-file: 'pkgs/trebuchet/**'

0 comments on commit 8300570

Please sign in to comment.