Skip to content

Commit

Permalink
Fix labeler.yml (#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem authored Jan 2, 2024
1 parent ebcd034 commit df21840
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# This configures the .github/workflows/pull_request_label.yml workflow.

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

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

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

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

'dart-debug-extension':
- dwds/debug_extension/**/*
- dwds/debug_extension_mv3/**/*
- changed-files:
- any-glob-to-any-file: 'dwds/debug_extension/**/*'
- any-glob-to-any-file: 'dwds/debug_extension_mv3/**/*'

0 comments on commit df21840

Please sign in to comment.