do not break out of the loop
This commit is contained in:
parent
8a4d953713
commit
af90c5aa2d
|
@ -49,9 +49,6 @@ func GenerateChangelog(c *gitea.Client, owner string, repo string, lastRelease *
|
|||
} else if len(pr.Labels) == 0 {
|
||||
githubactions.Warningf("PR #%d doesn't have any labels", pr.ID)
|
||||
}
|
||||
if addedToChangelog {
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue