update issue list filter
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m1s
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m1s
This commit is contained in:
parent
fe02c430ad
commit
a0aa789a30
1 changed files with 3 additions and 1 deletions
|
@ -192,7 +192,9 @@ var rootCmd = &cobra.Command{
|
|||
repoOwner, repoName := actionCtx.Repo()
|
||||
|
||||
issues, _, err := forgeClient.ListIssues(forgejo.ListIssueOption{
|
||||
Type: forgejo.IssueTypeIssue,
|
||||
Type: forgejo.IssueTypeIssue,
|
||||
CreatedBy: "forgejo-actions",
|
||||
KeyWord: "GoSec",
|
||||
})
|
||||
if err != nil {
|
||||
log.Fatalln(err)
|
||||
|
|
Loading…
Reference in a new issue