-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathlabeler.yml
More file actions
109 lines (93 loc) · 2.44 KB
/
labeler.yml
File metadata and controls
109 lines (93 loc) · 2.44 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
area/package:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/package/*
- samcli/commands/package/**/*
area/local/invoke:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/local/invoke/*
- samcli/commands/local/invoke/**/*
- samcli/local/*
- samcli/local/**/*
area/pipeline:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/pipeline/*
- samcli/commands/pipeline/**/*
area/deploy:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/deploy/*
- samcli/commands/deploy/**/*
area/local/start-api:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/local/start-api/*
- samcli/commands/local/start-api/**/*
- samcli/local/*
- samcli/local/**/*
area/local/start-invoke:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/local/start-invoke/*
- samcli/commands/local/start-invoke/**/*
- samcli/local/*
- samcli/local/**/*
area/local/generate-event:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/local/generate-event/*
- samcli/commands/local/generate-event/**/*
area/init:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/init/*
- samcli/commands/init/**/*
area/delete:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/delete/*
- samcli/commands/delete/**/*
area/integration-tests:
- changed-files:
- any-glob-to-any-file:
- test/integration/*
- test/integration/**/*
area/publish:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/publish/*
- samcli/commands/publish/**/*
area/sync:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/sync/*
- samcli/commands/sync/**/*
area/validate:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/validate/*
- samcli/commands/validate/**/*
area/build:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/build/*
- samcli/commands/build/**/*
- samcli/lib/build/*
- samcli/lib/build/**/*
area/logs:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/logs/*
- samcli/commands/logs/**/*
area/traces:
- changed-files:
- any-glob-to-any-file:
- samcli/commands/traces/*
- samcli/commands/traces/**/*
area/schema:
- changed-files:
- any-glob-to-any-file:
- schema/*
- schema/**/*