-
Notifications
You must be signed in to change notification settings - Fork 62
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
多仓库配置化 #45
Labels
Comments
@xuexb 如果是基于多仓库配置,那么在 {
"config": {
"repos": {
"github-bot": {
"issue": {
"labelAutoReply": {
"enabled": true,
"data": {
"need demo": "您好,请填写相关 Demo 链接。",
"need update package": "请更新版本号。"
}
},
"labelToAuthor": {
"enabled": true,
"data": {
"bug": "xuexb",
"enhancement": "xuexb",
"question": "xuexb"
}
}
},
"pull-request": {
"labelToReviewer": {
"enabled": true,
"data": {
"bug": "xuexb"
}
}
}
}
}
}
} |
hi @yugasun ,
|
@xuexb 非常赞同你的说法,那么就这么定了。 |
Open
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如:
遵循:
The text was updated successfully, but these errors were encountered: