Skip to content

Commit

Permalink
Fix labeler.yml (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem authored Jan 3, 2024
1 parent 733588f commit 823966f
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,37 @@
# Configuration for .github/workflows/pull_request_label.yml.

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

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

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

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

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

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

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

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

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

0 comments on commit 823966f

Please sign in to comment.