Skip to content

Commit 3a972c5

Browse files
authored
Merge pull request #3883 from karm1000/ci/version-16
chore: version-16 ci
2 parents bae917d + 6e733e9 commit 3a972c5

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/initiate_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
version: ["14", "15"]
16+
version: ["14", "15", "16"]
1717

1818
steps:
1919
- uses: octokit/request-action@v2.x

.github/workflows/on_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- version-14
88
- version-15
9+
- version-16
910
jobs:
1011
release:
1112
name: Release

.github/workflows/server-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- "**.csv"
2323

2424
push:
25-
branches: [develop, version-14-hotfix, version-14, version-15-hotfix, version-15]
25+
branches: [develop, version-14-hotfix, version-14, version-15-hotfix, version-15, version-16-hotfix, version-16]
2626
paths-ignore:
2727
- "**.css"
2828
- "**.js"

.mergify.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pull_request_rules:
1010
- or:
1111
- base=version-14
1212
- base=version-15
13+
- base=version-16
1314
actions:
1415
close:
1516
comment:
@@ -67,6 +68,16 @@ pull_request_rules:
6768
assignees:
6869
- "{{ author }}"
6970

71+
- name: backport to version-16-hotfix
72+
conditions:
73+
- label="backport version-16-hotfix"
74+
actions:
75+
backport:
76+
branches:
77+
- version-16-hotfix
78+
assignees:
79+
- "{{ author }}"
80+
7081
- name: automatically merge backport if they pass tests
7182
conditions:
7283
- author=mergify[bot]

0 commit comments

Comments
 (0)