-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlabeler.yml
57 lines (57 loc) · 1.67 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
"component: cloudwatch":
- changed-files:
- any-glob-to-any-file:
- aws-cloudwatch-project/**/*
"component: dynamodb":
- changed-files:
- any-glob-to-any-file:
- aws-dynamodb-project/**/*
"component: kinesis":
- changed-files:
- any-glob-to-any-file:
- aws-kinesis-project/**/*
"component: lambda":
- changed-files:
- any-glob-to-any-file:
- aws-lambda-project/**/*
"component: parameterstore":
- changed-files:
- any-glob-to-any-file:
- aws-parameterstore-project/**/*
"component: s3":
- changed-files:
- any-glob-to-any-file:
- aws-s3-project/**/*
"component: secretmanager":
- changed-files:
- any-glob-to-any-file:
- aws-secretmanager-project/**/*
"component: ses":
- changed-files:
- any-glob-to-any-file:
- aws-ses-project/**/*
"component: sns":
- changed-files:
- any-glob-to-any-file:
- aws-sns-project/**/*
"component: sqs":
- changed-files:
- any-glob-to-any-file:
- aws-sqs-project/**/*
"type: documentation":
- changed-files:
- any-glob-to-any-file: 'docs/**/*'
"type: dependency-upgrade":
- changed-files:
- any-glob-to-any-file:
- aws-cloudwatch-project/pom.xml
- aws-dynamodb-project/pom.xml
- aws-kinesis-project/consumer/pom.xml
- aws-kinesis-project/producer/pom.xml
- aws-lambda-project/pom.xml
- aws-parameterstore-project/pom.xml
- aws-s3-project/pom.xml
- aws-secretmanager-project/pom.xml
- aws-ses-project/pom.xml
- aws-sns-project/pom.xml
- aws-sqs-project/pom.xml