Skip to content

Commit 885a57a

Browse files
authored
update labeler configuration (via allure-framework#524)
1 parent 027d3c5 commit 885a57a

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

.github/labeler.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,82 @@
1-
theme:workflow:
1+
"theme:workflow":
22
- ".github/**"
33

4-
theme:build:
4+
"theme:build":
55
- "gradle/**"
66
- "build.gradle.kts"
77
- "**/build.gradle.kts"
88
- "gradle.properties"
99
- ".gitignore"
1010

11-
theme:assertj:
11+
"theme:assertj":
1212
- "allure-assertj/**"
1313

14-
theme:attachments:
14+
"theme:attachments":
1515
- "allure-attachments/**"
1616

17-
theme:citrus:
17+
"theme:citrus":
1818
- "allure-citrus/**"
1919

20-
theme:cucumber-jvm:
20+
"theme:cucumber-jvm":
2121
- "allure-cucumber*-jvm/**"
2222

23-
theme:descriptions-javadoc:
23+
"theme:descriptions-javadoc":
2424
- "allure-descriptions-javadoc/**"
2525

26-
theme:httpclient:
26+
"theme:httpclient":
2727
- "allure-httpclient/**"
2828

29-
theme:model:
29+
"theme:model":
3030
- "allure-model/**"
3131

32-
theme:core:
32+
"theme:core":
3333
- "allure-java-commons/**"
3434
- "allure-java-commons-test/**"
3535
- "allure-test-filter/**"
3636

37-
theme:jax-rs:
37+
"theme:jax-rs":
3838
- "allure-jax-rs/**"
3939

40-
theme:jbehave:
40+
"theme:jbehave":
4141
- "allure-jbehave/**"
4242

43-
theme:jsonunit:
43+
"theme:jsonunit":
4444
- "allure-jsonunit/**"
4545

46-
theme:junit4:
46+
"theme:junit4":
4747
- "allure-junit4/**"
4848
- "allure-junit4-aspect/**"
4949

50-
theme:junit-platform:
50+
"theme:junit-platform":
5151
- "allure-junit5/**"
5252
- "allure-junit5-assert/**"
5353
- "allure-junit-platform/**"
5454

55-
theme:karate:
55+
"theme:karate":
5656
- "allure-karate/**"
5757

58-
theme:okhttp:
58+
"theme:okhttp":
5959
- "allure-okhttp/**"
6060
- "allure-okhttp3/**"
6161

62-
theme:rest-assured:
62+
"theme:rest-assured":
6363
- "allure-rest-assured/**"
6464

65-
theme:scalatest:
65+
"theme:scalatest":
6666
- "allure-scalatest/**"
6767

68-
theme:selenide:
68+
"theme:selenide":
6969
- "allure-selenide/**"
7070

71-
theme:servlet-api:
71+
"theme:servlet-api":
7272
- "allure-servlet-api/**"
7373

74-
theme:spock:
74+
"theme:spock":
7575
- "allure-spock/**"
7676

77-
theme:spring:
77+
"theme:spring":
7878
- "allure-spring-web/**"
7979

80-
theme:testng:
80+
"theme:testng":
8181
- "allure-testng/**"
8282

0 commit comments

Comments
 (0)