Add more actions, small fixups in the UI, add stop action
This commit is contained in:
2
external/githubissuecloser.go
vendored
2
external/githubissuecloser.go
vendored
@@ -24,7 +24,7 @@ func NewGithubIssueCloser(ctx context.Context, config map[string]string) *Github
|
||||
}
|
||||
}
|
||||
|
||||
func (g *GithubIssuesCloser) Run(params action.ActionParams) (string, error) {
|
||||
func (g *GithubIssuesCloser) Run(ctx context.Context, params action.ActionParams) (string, error) {
|
||||
result := struct {
|
||||
Repository string `json:"repository"`
|
||||
Owner string `json:"owner"`
|
||||
|
||||
Reference in New Issue
Block a user