Skip to content

Commit

Permalink
quote the branches
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 23, 2021
1 parent 254b2dd commit 840d99a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ pull_request_rules:
actions:
backport:
branches:
- 7.x
- "7.x"
- name: backport patches to 7.12 branch
conditions:
- base=master
- label=v7.12.0
actions:
backport:
branches:
- 7.12
- "7.12"
- name: backport patches to 7.11 branch
conditions:
- base=master
- label=v7.11.0
actions:
backport:
branches:
- 7.11
- "7.11"
- name: ask to resolve conflict
conditions:
- conflict
Expand Down

0 comments on commit 840d99a

Please sign in to comment.