mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
This PR contains 2 fixes for mergify config file: 1) When openning a backport PR base branch should be `branch-x.y` 2) Once a commit is promoted, we should add the label `promoted-to-master`, in 5.4 configuraion we were using the wrong label. fixing it Closes scylladb/scylladb#17698