Compare commits
2 commits
7e0eca2af3
...
9b666897c1
Author | SHA1 | Date | |
---|---|---|---|
9b666897c1 | |||
751729169d |
1 changed files with 5 additions and 1 deletions
|
@ -192,7 +192,11 @@ var rootCmd = &cobra.Command{
|
||||||
repoOwner, repoName := actionCtx.Repo()
|
repoOwner, repoName := actionCtx.Repo()
|
||||||
|
|
||||||
issues, _, err := forgeClient.ListIssues(forgejo.ListIssueOption{
|
issues, _, err := forgeClient.ListIssues(forgejo.ListIssueOption{
|
||||||
Type: forgejo.IssueTypeIssue,
|
ListOptions: forgejo.ListOptions{
|
||||||
|
Page: -1,
|
||||||
|
},
|
||||||
|
Type: forgejo.IssueTypeIssue,
|
||||||
|
CreatedBy: "forgejo-actions",
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalln(err)
|
log.Fatalln(err)
|
||||||
|
|
Loading…
Reference in a new issue