Skip to content

Commit a59c8e9

Browse files
committed
Expand labeler options
1 parent 30fc1b9 commit a59c8e9

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

.github/labeler.yml

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,40 @@ snippet:
2121
collection:
2222
- content/collections/**/*.yaml
2323
content:
24-
- content/**/*.md
25-
- content/**/*.yaml
24+
- content/**
25+
design:
26+
- design/**
27+
web:
28+
- src/**
29+
- .babelrc
30+
- astro.config.mjs
31+
- netlify.toml
32+
- package-lock.json
33+
- package.json
34+
development:
35+
- .github/**
36+
- .vscode/**
37+
- .eslintrc.json
38+
- .gitattributes
39+
- .gitignore
40+
- .prettierignore
41+
- .prettierrc
42+
- jsconfig.json
43+
backend:
44+
- src/blocks/**
45+
- src/scripts/**
46+
ci/cd:
47+
- .github/**
48+
- netlify.toml
49+
dependencies:
50+
- package-lock.json
51+
ui/ux:
52+
- src/components/**
53+
- src/icons/**
54+
- src/layouts/**
55+
- src/pages/**
56+
- src/styles/**
57+
tests:
58+
- src/test/**
59+
60+

0 commit comments

Comments
 (0)