-
Notifications
You must be signed in to change notification settings - Fork 237
Expand file tree
/
Copy pathlabeler.yml
More file actions
84 lines (60 loc) · 1.34 KB
/
labeler.yml
File metadata and controls
84 lines (60 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
"theme:workflow":
- ".github/**"
"theme:build":
- "gradle/**"
- "build.gradle.kts"
- "**/build.gradle.kts"
- "gradle.properties"
- ".gitignore"
"theme:assertj":
- "allure-assertj/**"
"theme:attachments":
- "allure-attachments/**"
"theme:citrus":
- "allure-citrus/**"
"theme:cucumber-jvm":
- "allure-cucumber*-jvm/**"
"theme:descriptions-javadoc":
- "allure-descriptions-javadoc/**"
"theme:httpclient":
- "allure-httpclient/**"
"theme:model":
- "allure-model/**"
"theme:core":
- "allure-java-commons/**"
- "allure-java-commons-test/**"
- "allure-test-filter/**"
"theme:jax-rs":
- "allure-jax-rs/**"
"theme:jbehave":
- "allure-jbehave*/**"
"theme:jsonunit":
- "allure-jsonunit/**"
"theme:junit4":
- "allure-junit4/**"
- "allure-junit4-aspect/**"
"theme:junit-platform":
- "allure-junit5/**"
- "allure-junit5-assert/**"
- "allure-junit-platform/**"
"theme:karate":
- "allure-karate/**"
"theme:okhttp":
- "allure-okhttp/**"
- "allure-okhttp3/**"
"theme:rest-assured":
- "allure-rest-assured/**"
"theme:scalatest":
- "allure-scalatest/**"
"theme:selenide":
- "allure-selenide/**"
"theme:servlet-api":
- "allure-servlet-api/**"
"theme:spock":
- "allure-spock/**"
"theme:spring":
- "allure-spring-web/**"
"theme:testng":
- "allure-testng/**"
"theme:hamcrest":
- "allure-hamcrest/**"