neon_arch commited on
Commit
63d8b41
β€’
1 Parent(s): 360f415

πŸ€– ci: add labeler github action config (#233)

Browse files
Files changed (1) hide show
  1. .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/*