-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlabeler.yml
85 lines (85 loc) · 2.83 KB
/
labeler.yml
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
85
"component : archunit":
- boot-api-archunit-sample/**/*
"component : spring-batch":
- batch-boot-jpa-sample/**/*
"component : choas-monkey":
- boot-choas-monkey/**/*
"component: graphql-webflux":
- graphql/boot-graphql-webflux/**/*
"component: graphql-webmvc":
- graphql/boot-graphql-webmvc/**/*
"component: graphql-querydsl":
- graphql/boot-graphql-querydsl/**/*
"component: hibernate2ndlevelcache-sample":
- jpa/boot-hibernate2ndlevelcache-sample/**/*
"component: jobrunr":
- boot-jobrunr-sample/**/*
"component: data-envers":
- jpa/boot-data-envers/**/*
"component: jpa-multitenancy":
- jpa/multitenancy/**/*
"component: multiple-datasources":
- jpa/boot-data-multipledatasources/**/*
"component: read-replica-postgres":
- jpa/boot-read-replica-postgresql/**/*
"component: customsequence":
- jpa/boot-data-customsequence/**/*
"component: mongodb-elasticsearch":
- boot-mongodb-elasticsearch/**/*
"component: strategy-plugin":
- boot-strategy-plugin/**/*
"component: togglz":
- boot-togglz-sample/**/*
"component: ultimate-redis":
- boot-ultimate-redis/**/*
"component: rabbitmq-thymeleaf":
- boot-rabbitmq-thymeleaf/**/*
"component: r2dbc":
- r2dbc/boot-jooq-r2dbc-sample/**/*
"component: openapi":
- open-api-spring-boot/**/*
"component: rest-docs":
- boot-rest-docs-sample/**/*
"component: opensearch":
- boot-opensearch-sample/**/*
"component: httpclients":
- httpClients/boot-http-proxy/**/*
- httpClients/boot-rest-template/**/*
- httpClients/boot-restclient/**/*
- httpClients/boot-web-client-mvc/**/*
- httpClients/boot-web-client-webflux/**/*
"status: waiting-for-triage":
- ./*
- ./**/*
"type: documentation": docs/**/*
"type: dependency-upgrade":
- batch-boot-jpa-sample/pom.xml
- boot-api-archunit-sample/pom.xml
- boot-choas-monkey/pom.xml
- jpa/boot-data-envers/pom.xml
- jpa/boot-hibernate2ndlevelcache-sample/pom.xml
- jpa/multitenancy/multitenancy-db/pom.xml
- jpa/multitenancy/multidatasource-multitenancy/pom.xml
- jpa/multitenancy/partition/pom.xml
- jpa/multitenancy/schema/pom.xml
- jpa/boot-data-multipledatasources/pom.xml
- jpa/boot-read-replica-postgresql/pom.xml
- jpa/boot-data-customsequence/pom.xml
- boot-jobrunr-sample/pom.xml
- boot-mongodb-elasticsearch/pom.xml
- boot-opensearch-sample/pom.xml
- graphql/boot-graphql-webflux/pom.xml
- graphql/boot-graphql-querydsl/pom.xml
- graphql/boot-graphql-webmvc/pom.xml
- boot-strategy-plugin/build.gradle
- boot-togglz-sample/pom.xml
- boot-ultimate-redis/pom.xml
- boot-rabbitmq-thymeleaf/pom.xml
- boot-rest-docs-sample/pom.xml
- r2dbc/boot-jooq-r2dbc-sample/pom.xml
- httpClients/boot-http-proxy/pom.xml
- httpClients/boot-restclient/pom.xml
- httpClients/boot-rest-template/pom.xml
- httpClients/boot-web-client-mvc/pom.xml
- httpClients/boot-web-client-webflux/pom.xml
- open-api-spring-boot/pom.xml