chore: set up backport rule for 53 (#23871)

This commit is contained in:
Alex | Interchain Labs 2025-03-03 10:38:50 -05:00 committed by GitHub
parent 05933ed2e9
commit 11a35fea26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@ queue_rules:
merge_method: squash
pull_request_rules:
- name: backport patches to v0.52.x branch
- name: backport patches to v0.53.x branch
conditions:
- base=main
- label=backport/v0.52.x
- label=backport/v0.53.x
actions:
backport:
branches:
- release/v0.52.x
- release/v0.53.x
- name: backport patches to v0.50.x branch
conditions:
- base=main