Skip to content

Commit

Permalink
chore(labeler): add automatic rust label
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Sep 14, 2024
1 parent c3dbf86 commit a4e34f2
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 @@ -20,3 +20,8 @@ documentation:

feature:
- head-branch: ['^feat', 'feature']

rust:
- changed-files:
- any-glob-to-any-file:
- '*.rs'

0 comments on commit a4e34f2

Please sign in to comment.