build: remove release 3.5 backport rule

considering we have 3.7 release in place, this commit remove
the release 3.5 backporting based on the labels in the repo.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-08-18 18:16:59 +05:30 committed by Humble Devassy Chirammal
parent 7e44e557f0
commit 8d3e63a2b2

View File

@ -161,14 +161,6 @@ pull_request_rules:
queue:
name: default
delete_head_branch: {}
- name: backport patches to release-v3.5 branch
conditions:
- base=devel
- label=backport-to-release-v3.5
actions:
backport:
branches:
- release-v3.5
- name: backport patches to release-v3.6 branch
conditions:
- base=devel