fix: log the PR title first #59
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
security
wontfix
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Reference
forgejo/release-notes-assistant!59
Loading…
Reference in a new issue
No description provided.
Delete branch "earl-warren:wip-log"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Should anything happen (like a crash), it is best to have the PR title causing the crash displayed as soon as possible.
@ -226,6 +226,7 @@ func (o *release) getPullRequests(ctx context.Context) []*ReleasePullRequest {}logger.Info(fmt.Sprintf("loading pull requests created after %v", ageLimit))o.forgejo.GetPullRequests(o.repository, func(pr PullRequest) bool {info(pr.Title, pr)i think pr can also be null. seen it in the past!
Pull request closed