diff --git a/.github/labeler.yml b/.github/labeler.yml index eec81fc8b8..36431cc07e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -22,3 +22,9 @@ labels: title: "^ci(\\(.+\\))?!?:.*" - label: chore title: "^(chore|test|build|style)(\\(.+\\))?!?:.*" +- label: java + files: + - "java\\/.*" +- label: python + files: + - "python\\/.*"