neon_arch
commited on
Commit
β’
63d8b41
1
Parent(s):
360f415
π€ ci: add labeler github action config (#233)
Browse files- .github/labeler.yml +27 -0
.github/labeler.yml
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
'π» aspect: code':
|
2 |
+
- src/*
|
3 |
+
- Cargo.toml
|
4 |
+
- Cargo.lock
|
5 |
+
- Dockerfile
|
6 |
+
- docker-compose.yml
|
7 |
+
- websurfx/*
|
8 |
+
|
9 |
+
'π€ aspect: dx':
|
10 |
+
- '**/*.json'
|
11 |
+
- .dockerignore
|
12 |
+
- .gitignore
|
13 |
+
- .gitpod.Dockerfile
|
14 |
+
- .gitpod.yml
|
15 |
+
- .rusty-hook.toml
|
16 |
+
- PULL_REQUEST_TEMPLATE.md
|
17 |
+
- SECURITY.md
|
18 |
+
- .github/*
|
19 |
+
- .mega-linter.yml
|
20 |
+
- tests/*
|
21 |
+
|
22 |
+
'π aspect: text':
|
23 |
+
- any: ['**/*.md', '!PULL_REQUEST_TEMPLATE.md', '!SECURITY.md']
|
24 |
+
- LICENSE
|
25 |
+
|
26 |
+
'πΉοΈ aspect: interface':
|
27 |
+
- public/*
|