This commit is contained in:
parent
751729169d
commit
9b666897c1
1 changed files with 2 additions and 1 deletions
|
@ -195,7 +195,8 @@ var rootCmd = &cobra.Command{
|
||||||
ListOptions: forgejo.ListOptions{
|
ListOptions: forgejo.ListOptions{
|
||||||
Page: -1,
|
Page: -1,
|
||||||
},
|
},
|
||||||
Type: forgejo.IssueTypeIssue,
|
Type: forgejo.IssueTypeIssue,
|
||||||
|
CreatedBy: "forgejo-actions",
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalln(err)
|
log.Fatalln(err)
|
||||||
|
|
Loading…
Reference in a new issue