File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ - regExp : " .*\\ .ts+$"
2
+ labels : ["typescript"]
3
+ - regExp : " .*\\ .sql+$"
4
+ labels : ["database", "critical"]
5
+ - regExp : " .*/docs/"
6
+ labels : ["documentation"]
7
+ - regExp : " .*\\ .png+$"
8
+ labels : ["images"]
9
+ - regExp : " ^(pom\\ .xml|package\\ .json|build\\ .gradle)$"
10
+ labels : ["dependencies"]
11
+ - regExp : " .*/requirements.txt"
12
+ labels : ["dependencies"]
13
+ - regExp : " .*\\ .(zip|jar|war|ear)+$"
14
+ labels : ["artifact", "invalid"]
15
+ - regExp : " .*/setup.py"
16
+ labels : ["build"]
17
+ - regExp : " ^.github/"
18
+ labels : ["github-workflow"]
19
+ - regExp : " ^nets/8r-1c-in-band-isis/"
20
+ labels : ["topology/8r-1c-in-band-isis"]
21
+ - regExp : " ^nets/8routers-isis-ipv6/"
22
+ labels : ["topology/8routers-isis-ipv6"]
23
+ - regExp : " ^nets-unmantained/8r-1c-out-band-isis/"
24
+ labels : ["topology/8r-1c-out-band-isis"]
25
+ - regExp : " ^nets/3routers/"
26
+ labels : ["topology/3routers"]
27
+ - regExp : " ^nets/8routers/"
28
+ labels : ["topology/8routers"]
29
+ - regExp : " ^nets-in-progress/8r-1c-srv6-pm/"
30
+ labels : ["topology/8r-1c-srv6-pm"]
31
+ - regExp : " .*/.env"
32
+ labels : ["configuration"]
You can’t perform that action at this time.
0 commit comments