mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 16:22:15 +00:00
When we open a backport PR we should make sure the patch contains a ref to the issue it suppose to fix in order to make sure we have more accurate backport information This action will only be triggered when base branch is `branch-*` If `Fixes` are missing, this action will fail and notify the author. Ref: https://github.com/scylladb/scylla-pkg/issues/3539 Closes scylladb/scylladb#17897