When Mergify open a backport PR and identify conflicts, it adding the `conflicts` label. Since GitHub can't identify conflicts in PR, setting a role to move PR to draft, this way we will not trigger CI Once we resolve the conflicts developer should make the PR `ready for review` (which is not draft) and then CI will be triggered `conflict` label can also be removed Closes scylladb/scylladb#17834