Skip to content

Commit

Permalink
ci: label java and python PRs (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 authored May 31, 2024
1 parent 2d68062 commit d516416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ labels:
title: "^ci(\\(.+\\))?!?:.*"
- label: chore
title: "^(chore|test|build|style)(\\(.+\\))?!?:.*"
- label: java
files:
- "java\\/.*"
- label: python
files:
- "python\\/.*"

0 comments on commit d516416

Please sign in to comment.