grafana/grafana-github-actions-go

Update-changlog: Author detection for backports

Closed this issue · 0 comments

zerok commented

If a PR that should be included in the changelog is also a backport, we should do some further checks to keep the author information relevant. If the author of the backport is a bot (either Grot or something else) then we should fall back to the author of the original PR.

The number of the original PR can be determined through the branch name (backport-$NUM-to-$BASE)