ci: update ci config to consider v15 (#22822)
This commit is contained in:
parent
4d54e8a088
commit
14279bf74a
4 changed files with 14 additions and 2 deletions
2
.github/workflows/initiate_release.yml
vendored
2
.github/workflows/initiate_release.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: ["13", "14"]
|
||||
version: ["13", "14", "15"]
|
||||
|
||||
steps:
|
||||
- uses: octokit/request-action@v2.x
|
||||
|
|
|
|||
1
.github/workflows/patch-mariadb-tests.yml
vendored
1
.github/workflows/patch-mariadb-tests.yml
vendored
|
|
@ -134,6 +134,7 @@ jobs:
|
|||
}
|
||||
|
||||
update_to_version 14
|
||||
update_to_version 15
|
||||
|
||||
echo "Updating to last commit"
|
||||
pgrep honcho | xargs kill
|
||||
|
|
|
|||
11
.mergify.yml
11
.mergify.yml
|
|
@ -9,6 +9,7 @@ pull_request_rules:
|
|||
- author!=frappe-pr-bot
|
||||
- author!=mergify[bot]
|
||||
- or:
|
||||
- base=version-16
|
||||
- base=version-15
|
||||
- base=version-14
|
||||
- base=version-13
|
||||
|
|
@ -71,3 +72,13 @@ pull_request_rules:
|
|||
assignees:
|
||||
- "{{ author }}"
|
||||
|
||||
- name: backport to version-15-hotfix
|
||||
conditions:
|
||||
- label="backport version-15-hotfix"
|
||||
actions:
|
||||
backport:
|
||||
branches:
|
||||
- version-15-hotfix
|
||||
assignees:
|
||||
- "{{ author }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue