We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5278a51 commit 4cb16a0Copy full SHA for 4cb16a0
src/cli.ts
@@ -132,8 +132,9 @@ async function main(): Promise<void> {
132
} else {
133
console.log('📘 Existing git remote detected, skipping GitHub repository creation')
134
}
135
- console.log('🔑 Giving all FTTs admin access')
136
- // FTTs, see https://api.github.com/orgs/sourcegraph/teams
+ console.log('🔑 Giving admin access to all team members')
+ // This is the GitHub team in the "sourcegraph" org named "Team"; see
137
+ // https://api.github.com/orgs/sourcegraph/teams.
138
await githubClient.put(`/teams/626894/repos/sourcegraph/${repoName}`, {
139
json: {
140
permission: 'admin',
0 commit comments