Skip to content

Commit 0b505b0

Browse files
committed
MAINTAINERS: Add all teams
Some teams that exist in GitHub were not captured here. Add the rest so this list is complete. Also fix the script to account for the org name change. Signed-off-by: Russell Bryant <[email protected]>
1 parent 14871b4 commit 0b505b0

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

MAINTAINERS.md

+33
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@
7979
- [JoeAldinger](https://github.com/JoeAldinger)
8080

8181

82+
## Enhancements
83+
84+
### Enhancements Triagers
85+
86+
- [russellb](https://github.com/russellb)
87+
- [nathan-weinberg](https://github.com/nathan-weinberg)
88+
89+
8290
## InstructLabBot
8391

8492
### InstructLab Bot Maintainers
@@ -89,6 +97,22 @@
8997
- [dave-tucker](https://github.com/dave-tucker)
9098

9199

100+
### InstructLab Bot Triagers
101+
102+
- [russellb](https://github.com/russellb)
103+
- [cdoern](https://github.com/cdoern)
104+
- [nathan-weinberg](https://github.com/nathan-weinberg)
105+
- [alinaryan](https://github.com/alinaryan)
106+
107+
108+
## Schema
109+
110+
### Schema Maintainers
111+
112+
- [bjhargrave](https://github.com/bjhargrave)
113+
- [jjasghar](https://github.com/jjasghar)
114+
115+
92116
## Taxonomy
93117

94118
### Taxonomy Approvers
@@ -150,6 +174,15 @@
150174
- [katesoule](https://github.com/katesoule)
151175

152176

177+
## Website
178+
179+
### Website Maintainers
180+
181+
- [joesepi](https://github.com/joesepi)
182+
- [sstano](https://github.com/sstano)
183+
- [connor-leech](https://github.com/connor-leech)
184+
185+
153186
## Admins
154187

155188
### Org Maintainers

tools/maintainers/maintainers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
def get_team_members(team_slug):
13-
org = 'instruct-lab'
13+
org = 'instructlab'
1414
result = subprocess.run(['gh', 'api', '--method', 'GET',
1515
f'/orgs/{org}/teams/{team_slug}/members'],
1616
stdout=subprocess.PIPE)

tools/maintainers/teams.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@ Community:
1414
- name: Community Maintainers
1515
slug: community-maintainers
1616

17+
Enhancements:
18+
- name: Enhancements Triagers
19+
slug: enhancements-triagers
20+
1721
InstructLabBot:
1822
- name: InstructLab Bot Maintainers
1923
slug: instruct-lab-bot-maintainers
24+
- name: InstructLab Bot Triagers
25+
slug: instruct-lab-bot-triagers
26+
27+
Schema:
28+
- name: Schema Maintainers
29+
slug: schema-maintainers
2030

2131
Taxonomy:
2232
- name: Taxonomy Approvers
@@ -26,6 +36,10 @@ Taxonomy:
2636
- name: Taxonomy Triagers
2737
slug: taxonomy-triagers
2838

39+
Website:
40+
- name: Website Maintainers
41+
slug: website-maintainers
42+
2943
Admins:
3044
- name: Org Maintainers
3145
slug: labrador-org-maintainers

0 commit comments

Comments
 (0)