Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to add hypertrons to master branch #211

Merged
merged 1 commit into from
Feb 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 160 additions & 0 deletions .github/hypertrons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
{
"label_setup": {
"version": 1,
"labels": [
{
"__merge__": true
},
{
"name": "pull/approved",
"description": "If a pull is approved, it will be automatically merged",
"color": "008672"
},
{
"name": "area/hospital",
"description": "Related to hospital info",
"color": "0366d6",
"keywords": [
"hospital"
]
},
{
"name": "area/factory",
"description": "Related to factory info",
"color": "0366d6",
"keywords": [
"factory"
]
},
{
"name": "area/logistical",
"description": "Related to logistical info",
"color": "0366d6",
"keywords": [
"logistical"
]
},
{
"name": "area/hotel",
"description": "Related to hotel info",
"color": "0366d6",
"keywords": [
"hotel"
]
},
{
"name": "area/donation",
"description": "Related to donation info",
"color": "0366d6",
"keywords": [
"donation"
]
},
{
"name": "area/clinic",
"description": "Related to clinic info",
"color": "0366d6",
"keywords": [
"clinic"
]
},
{
"name": "area/news",
"description": "Related to news info",
"color": "0366d6",
"keywords": [
"news"
]
}
]
},
"role": {
"version": 1,
"roles": [
{
"name": "replier",
"description": "Replier is responsible for reply issues in time",
"users": [
"frank-zsy",
"zhangliqing",
"JerryKuan",
"sunshinemingo",
"bifenglin"
],
"commands": []
},
{
"name": "approver",
"description": "After approvers' approve, pulls should be merged automatically",
"users": [
"frank-zsy",
"will-ww",
"zhangliqing",
"JerryKuan",
"sunshinemingo",
"bifenglin",
"WuShaoling",
"JoeZijunZhou"
],
"commands": [
"/approve"
]
},
{
"name": "author",
"description": "Author of the issue or pull",
"users": [],
"commands": []
},
{
"name": "notauthor",
"description": "Not author of the issue or pull",
"users": [],
"commands": [
"/approve"
]
},
{
"name": "anyone",
"description": "Anyone",
"users": [],
"commands": [
"/self-assign"
]
}
]
},
"command": {
"version": 1,
"commands": [
{
"name": "/approve",
"scopes": [
"review",
"review_comment",
"pull_comment"
]
}
]
},
"approve": {
"version": 1
},
"auto_merge": {
"version": 1,
"sched": "0 */5 * * * *"
},
"issue_reminder": {
"version": 1
},
"auto_label": {
"version": 1
},
"self_assign": {
"version": 1
},
"weekly_report": {
"version": 1,
"generateTime": "0 0 12 * * 1"
}
}