filter issues by user
All checks were successful
Gosec Check / Gosec Check (push) Successful in 51s

This commit is contained in:
Shane C 2024-09-08 20:20:44 -04:00
parent 751729169d
commit 9b666897c1
Signed by: shanec
GPG key ID: E46B5FEA35B22FF9

View file

@ -195,7 +195,8 @@ var rootCmd = &cobra.Command{
ListOptions: forgejo.ListOptions{
Page: -1,
},
Type: forgejo.IssueTypeIssue,
Type: forgejo.IssueTypeIssue,
CreatedBy: "forgejo-actions",
})
if err != nil {
log.Fatalln(err)