Skip to content

Commit 94d0f82

Browse files
committed
ci: move labels and teams back to settings app
1 parent 787829f commit 94d0f82

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

.github/settings.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,77 @@ branches:
4040
- bots
4141
- members
4242

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

0 commit comments

Comments
 (0)