Skip to content

Commit

Permalink
update the labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Oct 25, 2024
1 parent 4f87e53 commit 91a53c5
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
# Configuration for .github/workflows/pull_request_label.yml.
# This configures the .github/workflows/pull_request_label.yml workflow.

'type-infra':
- '.github/**'
- changed-files:
- '.github/**'

'package:blast_repo':
- 'pkgs/blast_repo/**'
- changed-files:
- 'pkgs/blast_repo/**'

'package:corpus':
- 'pkgs/corpus/**'
- changed-files:
- 'pkgs/corpus/**'

'package:dart_flutter_team_lints':
- 'pkgs/dart_flutter_team_lints/**'
- changed-files:
- 'pkgs/dart_flutter_team_lints/**'

'package:firehose':
- 'pkgs/firehose/**'
- changed-files:
- 'pkgs/firehose/**'

'package:repo_manage':
- 'pkgs/repo_manage/**'
- changed-files:
- 'pkgs/repo_manage/**'

'package:sdk_triage_bot':
- 'pkgs/sdk_triage_bot/**'
- changed-files:
- 'pkgs/sdk_triage_bot/**'

'package:trebuchet':
- 'pkgs/trebuchet/**'
- changed-files:
- 'pkgs/trebuchet/**'

0 comments on commit 91a53c5

Please sign in to comment.