Add more actions, small fixups in the UI, add stop action
This commit is contained in:
2
external/githubissuelabeler.go
vendored
2
external/githubissuelabeler.go
vendored
@@ -36,7 +36,7 @@ func NewGithubIssueLabeler(ctx context.Context, config map[string]string) *Githu
|
||||
}
|
||||
}
|
||||
|
||||
func (g *GithubIssuesLabeler) Run(params action.ActionParams) (string, error) {
|
||||
func (g *GithubIssuesLabeler) 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