1 Commits

Author SHA1 Message Date
acaece2659 fix: do not list pull requests
All checks were successful
Go / build (push) Successful in 45s
Release / publish (push) Successful in 1m7s
2025-12-01 21:29:58 +01:00

View File

@@ -20,6 +20,7 @@ func (s *Service) Generate(creditor model.Entity, deptor *model.Entity, rate flo
repo.Repo, repo.Repo,
gitea.ListIssueOption{ gitea.ListIssueOption{
ListOptions: gitea.ListOptions{Page: 0, PageSize: 99999}, ListOptions: gitea.ListOptions{Page: 0, PageSize: 99999},
Type: gitea.IssueTypeIssue,
Since: config.Since, Since: config.Since,
Before: config.Before, Before: config.Before,
State: config.IssueState, State: config.IssueState,