-
-
Notifications
You must be signed in to change notification settings - Fork 322
/
Copy pathlabeler.yml
62 lines (62 loc) · 2.14 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
"component: core":
- changed-files:
- any-glob-to-any-file:
- spring-cloud-aws-autoconfigure/src/*/java/io/awspring/cloud/autoconfigure/core/*
- spring-cloud-aws-core/**/*
"component: cloudwatch":
- changed-files:
- any-glob-to-any-file:
- spring-cloud-aws-autoconfigure/src/*/java/io/awspring/cloud/autoconfigure/metrics/*
"component: s3":
- changed-files:
- any-glob-to-any-file:
- spring-cloud-aws-autoconfigure/src/*/java/io/awspring/cloud/autoconfigure/s3/**/*
- spring-cloud-aws-s3-parent/**/*
"component: parameter-store":
- changed-files:
- any-glob-to-any-file:
- spring-cloud-aws-autoconfigure/src/*/java/io/awspring/cloud/autoconfigure/config/parameterstore/*
- spring-cloud-aws-parameter-store/**/*
"component: secrets-manager":
- changed-files:
- any-glob-to-any-file:
- spring-cloud-aws-autoconfigure/src/*/java/io/awspring/cloud/autoconfigure/config/secretsmanager/*
- spring-cloud-aws-secrets-manager/**/*
"component: dynamodb":
- changed-files:
- any-glob-to-any-file:
- spring-cloud-aws-autoconfigure/src/*/java/io/awspring/cloud/autoconfigure/dynamodb/*
- spring-cloud-aws-dynamodb/**/*
"component: ses":
- changed-files:
- any-glob-to-any-file:
- spring-cloud-aws-autoconfigure/src/*/java/io/awspring/cloud/autoconfigure/ses/*
- spring-cloud-aws-ses/**/*
"component: sns":
- changed-files:
- any-glob-to-any-file:
- spring-cloud-aws-autoconfigure/src/*/java/io/awspring/cloud/autoconfigure/sns/*
- spring-cloud-aws-sns/**/*
"component: sqs":
- changed-files:
- any-glob-to-any-file:
- spring-cloud-aws-autoconfigure/src/*/java/io/awspring/cloud/autoconfigure/sqs/*
- spring-cloud-aws-sqs/**/*
"status: waiting-for-triage":
- changed-files:
- any-glob-to-any-file:
- ./*
- ./**/*
"type: documentation":
- changed-files:
- any-glob-to-any-file:
- docs/**/*
"type: dependency-upgrade":
- changed-files:
- any-glob-to-any-file:
- pom.xml
- spring-cloud-aws-dependencies/pom.xml
"type: maintenance":
- changed-files:
- any-glob-to-any-file:
- .github/**/*