Skip to content

Commit a8a77c0

Browse files
committed
ci: move labels and teams back to settings app
1 parent a5b709e commit a8a77c0

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

.github/settings.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,77 @@ branches:
3838
- bots
3939
- members
4040

41+
teams:
42+
- name: admins
43+
permission: admin
44+
- name: bots
45+
permission: admin
46+
- name: members
47+
permission: maintain
48+
49+
labels:
50+
- name: bug
51+
color: fc2929
52+
description: Something isn't working
53+
- name: duplicate
54+
color: cccccc
55+
description: This issue or pull request already exists
56+
- name: enhancement
57+
color: 84b6eb
58+
description: New feature or request
59+
- name: good first issue
60+
color: 7057ff
61+
description: Good for newcomers
62+
- name: help wanted
63+
color: 159818
64+
description: Extra attention is needed
65+
- name: invalid
66+
color: e6e6e6
67+
description: This doesn't seem right
68+
- name: question
69+
color: cc317c
70+
description: Further information is requested
71+
- name: renovate
72+
color: 1d76db
73+
description: Automated action from Renovate
74+
- name: wontfix
75+
color: 5319e7
76+
description: This will not be worked on
77+
- name: hacktoberfest
78+
color: d4c5f9
79+
description: Contribution at Hacktoberfest appreciated
80+
- name: ready
81+
color: ededed
82+
description: This is ready to be worked on
83+
- name: in progress
84+
color: ededed
85+
description: This is currently worked on
86+
- name: infra
87+
color: 006b75
88+
description: Related to the infrastructure
89+
- name: lint
90+
color: fbca04
91+
description: Related to linting tools
92+
- name: poc
93+
color: c2e0c6
94+
description: Proof of concept for new feature
95+
- name: rebase
96+
color: ffa8a5
97+
description: Branch requires a rebase
98+
- name: third-party
99+
color: e99695
100+
description: Depends on third-party tool or library
101+
- name: translation
102+
color: b60205
103+
description: Change or issue related to translations
104+
- name: ci
105+
color: b60105
106+
description: Related to Continous Integration
107+
- name: docs
108+
color: b60305
109+
description: Related to documentation
110+
- name: outdated
111+
color: cccccc
112+
description: This is out of scope and outdated
113+
41114
...

0 commit comments

Comments
 (0)