Skip to content

Commit 73dd400

Browse files
Update labeler.yml with new labeling rules
1 parent 5b49df3 commit 73dd400

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/labeler.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Auto-label files changed by path
22
# Requires: actions/labeler action in a workflow if you want auto-labeling.
33
rules:
4-
docs:
4+
"docs":
55
- "docs/**"
6-
python:
6+
"python":
77
- "**/*.py"
8-
javascript:
8+
"javascript":
99
- "**/*.js"
10-
java:
10+
"java":
1111
- "**/*.java"
12+
"documentation":
13+
- '**/*.md'
14+
"workflow":
15+
- '.github/workflows/**'
16+
"enhancement":
17+
- 'src/**'
18+
"bug":
19+
- '*/bug*/**'

0 commit comments

Comments
 (0)