Skip to content

Commit

Permalink
chore: add backport rule to mergify (#1103)
Browse files Browse the repository at this point in the history
## Description

adds mergify rule to backport PRs to v0.34.x-celestia
  • Loading branch information
evan-forbes authored Sep 28, 2023
1 parent 79a1e14 commit 37f9507
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ pull_request_rules:
{{ title }} (#{{ number }})
{{ body }}
- name: Backport to v0.34.x-celestia
conditions:
- base=main
- label=S:backport-to-v0.34.x
- merged
actions:
backport:
branches:
- v0.34.x-celestia

0 comments on commit 37f9507

Please sign in to comment.