Skip to content

Commit d841cb2

Browse files
Add auto-labeling configuration for file types
1 parent 62fb197 commit d841cb2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Auto-label files changed by path
2+
# Requires: actions/labeler action in a workflow if you want auto-labeling.
3+
rules:
4+
docs:
5+
- "docs/**"
6+
python:
7+
- "**/*.py"
8+
javascript:
9+
- "**/*.js"
10+
java:
11+
- "**/*.java"

0 commit comments

Comments
 (0)