Skip to content

Commit 0320823

Browse files
authored
Add label
.html, .sh, .bash, Makefile
1 parent 9b43109 commit 0320823

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/labeler.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ frontend:
55
- "src/frontend/**"
66
- "*.css"
77
- "*.js"
8+
- "*.html"
89

910
backend:
1011
- "src/backend/**"
1112
- "*.py"
1213
- "*.java"
14+
- "*.sh"
15+
- "*.bash"
16+
- "Makefile"
1317

1418
database:
1519
- "db/**"

0 commit comments

Comments
 (0)