mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
Adding `Fixes` validation to a PR when backport labels were added. When the auto backport process triggers (after promotion), we will ensure each PR with backport/x.y label also has in the PR body a `Fixes` reference to an issue Adding also this validation to `pull_github_pr.sh` per @denesb request, Fixes: https://github.com/scylladb/scylladb/issues/20021 Closes scylladb/scylladb#21563