Skip to content

Commit

Permalink
chore: handle area/history label
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jan 17, 2025
1 parent a18ff4d commit 0224773
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ area/hack:
- changed-files:
- any-glob-to-any-file: 'hack/**'

# Add 'area/history' label to changes in history command
area/history:
- changed-files:
- any-glob-to-any-file: 'commands/history/**'

# Add 'area/tests' label to changes in test files
area/tests:
- changed-files:
Expand Down

0 comments on commit 0224773

Please sign in to comment.