Skip to content

Commit

Permalink
Update labeler.yml (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Oct 2, 2024
1 parent 42996fd commit e5b699f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
- changed-files:
- any-glob-to-any-file: 'pkgs/cli_config/**'

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

'package:extension_discovery':
- changed-files:
- any-glob-to-any-file: 'pkgs/extension_discovery/**'
Expand All @@ -16,6 +20,18 @@
- changed-files:
- any-glob-to-any-file: 'pkgs/graphs/**'

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

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

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

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

0 comments on commit e5b699f

Please sign in to comment.