Skip to content

Commit

Permalink
Fix labeler.yml (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem authored Jan 3, 2024
1 parent dc44e82 commit a58c7d8
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# This configures the .github/workflows/pull_request_label.yml workflow.

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

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

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

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

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

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

0 comments on commit a58c7d8

Please sign in to comment.