We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e49733f + 3f96d65 commit 48bda5fCopy full SHA for 48bda5f
1 file changed
.github/labels.yaml
@@ -1,3 +1,15 @@
1
+- color: '30ABB9'
2
+ description: This PR will be backported to v1
3
+ name: backport-v1
4
+- color: '0366d6'
5
+ description: Pull requests that update a dependency file
6
+ name: dependencies
7
+- color: '000000'
8
+ description: Pull requests that update GitHub Actions code
9
+ name: github_actions
10
+- color: 'BCF611'
11
+ description: A good issue for first-time contributors
12
+ name: good first issue
13
- color: '9E1957'
14
description: Breaking change
15
name: semver:major
@@ -7,9 +19,3 @@
19
- color: '6E7624'
20
description: No API change
21
name: semver:patch
-- color: '30ABB9'
- description: This PR will be backported to v1
- name: backport-v1
-- color: 'BCF611'
- description: A good issue for first-time contributors
- name: good first issue
0 commit comments