Skip to content

Commit 4cb16a0

Browse files
committed
fix: use new "team member" term, not old FTT term
1 parent 5278a51 commit 4cb16a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/cli.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ async function main(): Promise<void> {
132132
} else {
133133
console.log('📘 Existing git remote detected, skipping GitHub repository creation')
134134
}
135-
console.log('🔑 Giving all FTTs admin access')
136-
// FTTs, see https://api.github.com/orgs/sourcegraph/teams
135+
console.log('🔑 Giving admin access to all team members')
136+
// This is the GitHub team in the "sourcegraph" org named "Team"; see
137+
// https://api.github.com/orgs/sourcegraph/teams.
137138
await githubClient.put(`/teams/626894/repos/sourcegraph/${repoName}`, {
138139
json: {
139140
permission: 'admin',

0 commit comments

Comments
 (0)