Skip to content

Commit

Permalink
Merge pull request elastic#1292 from elastic/mdelapenya-patch-1
Browse files Browse the repository at this point in the history
fix: update mergify's base branch for 8.1 and 8.2
  • Loading branch information
mdelapenya authored Apr 1, 2022
2 parents e54a959 + 0d73937 commit fb20c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pull_request_rules:
- name: backport patches to 8.1 branch
conditions:
- merged
- base=master
- base=main
- label=backport-v8.1.0
actions:
backport:
Expand All @@ -65,7 +65,7 @@ pull_request_rules:
- name: backport patches to 8.2 branch
conditions:
- merged
- base=master
- base=main
- label=backport-v8.2.0
actions:
backport:
Expand Down

0 comments on commit fb20c54

Please sign in to comment.