do not break out of the loop
This commit is contained in:
@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user