still need to break out of that loop
This commit is contained in:
parent
6bdfd138e2
commit
48785100dc
|
@ -46,6 +46,9 @@ 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