Skip to content

Commit

Permalink
config for 3.16.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pjk25 committed Jun 18, 2024
1 parent db9ffe1 commit 22c50b0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- 3.15.x
- 3.16.x
- bump-rbe
pull_request:
jobs:
Expand Down
26 changes: 25 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
pull_request_rules:
- name: Automatically backport to 3.15.x based on label
- name: Automatically backport to 3.16.x based on label
conditions:
- base=main
- label=backport-3.16.x
- label!=backport-3.15.x
actions:
backport:
branches:
- 3.15.x
assignees:
- "{{ author }}"
- name: Automatically backport to 3.16.x & 3.15.x based on label
conditions:
- base=main
- label=backport-3.16.x
- label=backport-3.15.x
actions:
backport:
branches:
- 3.15.x
labels:
- backport-3.15.x
assignees:
- "{{ author }}"
- name: Automatically backport to 3.15.x based on label
conditions:
- base=3.16.x
- label=backport-3.15.x
actions:
backport:
Expand Down

0 comments on commit 22c50b0

Please sign in to comment.