forked from gophercloud/gophercloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
144 lines (143 loc) · 3.67 KB
/
labeler.yml
File metadata and controls
144 lines (143 loc) · 3.67 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
edit:dependencies:
- changed-files:
- any-glob-to-any-file:
- 'go.mod'
- 'go.sum'
- '.github/dependabot.yml'
edit:actions:
- changed-files:
- any-glob-to-any-file:
- '.github/**'
edit:gophercloud:
- changed-files:
- any-glob-to-any-file:
- '*.go'
- 'testing/**'
- 'pagination/**'
edit:openstack:
- changed-files:
- any-glob-to-any-file:
- 'openstack/*'
- 'openstack/testing/**'
edit:baremetal:
- changed-files:
- any-glob-to-any-file:
- 'openstack/baremetal/**'
- 'internal/acceptance/openstack/baremetal/**'
edit:baremetalintrospection:
- changed-files:
- any-glob-to-any-file:
- 'openstack/baremetalintrospection/**'
edit:blockstorage:
- changed-files:
- any-glob-to-any-file:
- 'openstack/blockstorage/**'
- 'internal/acceptance/openstack/blockstorage/**'
edit:common:
- changed-files:
- any-glob-to-any-file:
- 'openstack/common/**'
edit:compute:
- changed-files:
- any-glob-to-any-file:
- 'openstack/compute/**'
- 'internal/acceptance/openstack/compute/**'
edit:config:
- changed-files:
- any-glob-to-any-file:
- 'openstack/config/**'
edit:container:
- changed-files:
- any-glob-to-any-file:
- 'openstack/container/**'
- 'internal/acceptance/openstack/container/**'
edit:containerinfra:
- changed-files:
- any-glob-to-any-file:
- 'openstack/containerinfra/**'
- 'internal/acceptance/openstack/containerinfra/**'
edit:db:
- changed-files:
- any-glob-to-any-file:
- 'openstack/db/**'
- 'internal/acceptance/openstack/db/**'
edit:dns:
- changed-files:
- any-glob-to-any-file:
- 'openstack/dns/**'
- 'internal/acceptance/openstack/dns/**'
edit:identity:
- changed-files:
- any-glob-to-any-file:
- 'openstack/identity/**'
- 'internal/acceptance/openstack/identity/**'
edit:image:
- changed-files:
- any-glob-to-any-file:
- 'openstack/image/**'
- 'internal/acceptance/openstack/image/**'
edit:keymanager:
- changed-files:
- any-glob-to-any-file:
- 'openstack/keymanager/**'
- 'internal/acceptance/openstack/keymanager/**'
edit:loadbalancer:
- changed-files:
- any-glob-to-any-file:
- 'openstack/loadbalancer/**'
- 'internal/acceptance/openstack/loadbalancer/**'
edit:messaging:
- changed-files:
- any-glob-to-any-file:
- 'openstack/messaging/**'
- 'internal/acceptance/openstack/messaging/**'
edit:networking:
- changed-files:
- any-glob-to-any-file:
- 'openstack/networking/**'
- 'internal/acceptance/openstack/networking/**'
edit:objectstorage:
- changed-files:
- any-glob-to-any-file:
- 'openstack/objectstorage/**'
- 'internal/acceptance/openstack/objectstorage/**'
edit:orchestration:
- changed-files:
- any-glob-to-any-file:
- 'openstack/orchestration/**'
- 'internal/acceptance/openstack/orchestration/**'
edit:placement:
- changed-files:
- any-glob-to-any-file:
- 'openstack/placement/**'
- 'internal/acceptance/openstack/placement/**'
edit:sharedfilesystems:
- changed-files:
- any-glob-to-any-file:
- 'openstack/sharedfilesystems/**'
- 'internal/acceptance/openstack/sharedfilesystems/**'
edit:testinfra:
- changed-files:
- any-glob-to-any-file:
- 'testhelper/**'
- 'internal/acceptance/*'
- 'internal/acceptance/openstack/*'
- 'internal/acceptance/clients/**'
- 'internal/acceptance/tools/**'
- '.github/workflows/functional-*.yaml'
- '.github/workflows/unit.yaml'
- '.github/workflows/lint.yaml'
- 'script/**'
edit:utils:
- changed-files:
- any-glob-to-any-file:
- 'openstack/utils/**'
edit:workflow:
- changed-files:
- any-glob-to-any-file:
- 'openstack/workflow/**'
- 'internal/acceptance/openstack/workflow/**'
v1:
- base-branch: 'v1'
v2:
- base-branch: 'v2'