disable pagination for issue
This commit is contained in:
parent
7e0eca2af3
commit
751729169d
1 changed files with 3 additions and 0 deletions
|
@ -192,6 +192,9 @@ var rootCmd = &cobra.Command{
|
|||
repoOwner, repoName := actionCtx.Repo()
|
||||
|
||||
issues, _, err := forgeClient.ListIssues(forgejo.ListIssueOption{
|
||||
ListOptions: forgejo.ListOptions{
|
||||
Page: -1,
|
||||
},
|
||||
Type: forgejo.IssueTypeIssue,
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue