forked from gophercloud/gophercloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.yaml
More file actions
30 lines (30 loc) · 843 Bytes
/
labels.yaml
File metadata and controls
30 lines (30 loc) · 843 Bytes
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
- color: '30ABB9'
description: This PR will be backported to v1
name: backport-v1
- color: 'E99695'
description: This PR will be backported to v2
name: backport-v2
- color: '0366d6'
description: Pull requests that update a dependency file
name: dependencies
- color: '000000'
description: Pull requests that update GitHub Actions code
name: github_actions
- color: 'BCF611'
description: A good issue for first-time contributors
name: good first issue
- color: '9E1957'
description: Breaking change
name: semver:major
- color: 'FBCA04'
description: Backwards-compatible change
name: semver:minor
- color: '6E7624'
description: No API change
name: semver:patch
- color: 'EC0101'
description: Unable to figure out the semver type
name: semver:unknown
- color: 'D73A4A'
description: Do not merge
name: hold