测试一个pr合并 #33

Open
mengcheng wants to merge 1 commits from test_branch into master
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ func Shortcuts() []*common.Shortcut {
{Name: "page", Short: "p", Usage: "Page number", Default: "1"},
{Name: "limit", Short: "l", Usage: "Items per page", Default: "20"},
},
//后面拼接 API 路径时,需要用到 ctx.Owner 和 ctx.Repo
// 如果不知道 owner 和 repo ,后续的 API 调用就不知道该往哪发请求,所以必须作为前置校验放在最前面。
Run: func(ctx *common.RuntimeContext) error {
if err := ctx.ResolveOwnerRepo(); err != nil {