-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
27 lines (27 loc) · 1.24 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "自动 Github 组织/团队邀请",
"description": "Github组织(和团队)自动邀请的开箱即用的解决方案",
"repository": "https://github.com/thundergolfer/automated-github-organization-invites",
"logo": "https://avatars0.githubusercontent.com/u/12058921?v=3&u=e6f7435e0e4c399c1b43abf37e3c9c2918910fd4&s=400",
"keywords": ["github", "automation", "github organization", "team", "invite", "chinese"],
"env": {
"GITHUB_TOKEN": {
"description": "一个Github访问令牌,以便进行自动化操作。",
"value": null
},
"ORGANIZATION_NAME": {
"description": "组织名,你可以通过进入你的组织的仪表板来确认它。URL将是: \"https://github.com/orgs/{ORGANIZATION_NAME}/dashboard\"",
"value": null
},
"TEAM_NAME": {
"description": "(可选)设置默认加入的团队。你可以通过进入你的团队页面来确认。URL将是: \"https://github.com/orgs/{ORGANIZATION_NAME}/teams/{TEAM_NAME}\"",
"value": "",
"required": false
},
"BACKGROUND_COLOR": {
"description": "头版的背景颜色。可以是 [grey, white, blue, green, red, pink] 中的一种。默认为白色。",
"value": "",
"required": false
}
}
}