Skip to content

Commit

Permalink
Updated labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jan 21, 2024
1 parent dad94a6 commit ecaba46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ automation:

workspace:
# Any config file at the root
- '*.{js,json}'
- '*.{js,json}'
- '.*'

pkg/inline-mod:
- 'packages/inline-mod/**'

pkg/velox-luna:
- 'packages/velox-luna/**'
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Label PRs

on:
- pull_request_target
- pull_request

jobs:
triage:
Expand Down

0 comments on commit ecaba46

Please sign in to comment.