do not break out of the loop

This commit is contained in:
Florian Beisel 2024-01-15 11:33:55 +01:00
parent 8a4d953713
commit af90c5aa2d
Signed by: florian
GPG Key ID: 79ECA2E54996FF4D
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ func GenerateChangelog(c *gitea.Client, owner string, repo string, lastRelease *
} else if len(pr.Labels) == 0 { } else if len(pr.Labels) == 0 {
githubactions.Warningf("PR #%d doesn't have any labels", pr.ID) githubactions.Warningf("PR #%d doesn't have any labels", pr.ID)
} }
if addedToChangelog {
break
}
} }
} }
} }