Skip to content

Commit

Permalink
Fix labeler.yml (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jan 3, 2024
1 parent 2f59ab4 commit 8ffc077
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Configuration for .github/workflows/pull_request_label.yml.

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

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

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

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

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

0 comments on commit 8ffc077

Please sign in to comment.