ci: version 16 related changes

This commit is contained in:
Mihir Kandoi
2026-01-10 16:43:39 +05:30
parent 46e7fedff8
commit 7e7e83440f
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
version: ["14", "15"] version: ["15", "16"]
steps: steps:
- uses: octokit/request-action@v2.x - uses: octokit/request-action@v2.x

View File

@@ -50,13 +50,13 @@ pull_request_rules:
- version-15-hotfix - version-15-hotfix
assignees: assignees:
- "{{ author }}" - "{{ author }}"
- name: backport to version-16-beta - name: backport to version-16-hotfix
conditions: conditions:
- label="backport version-16-beta" - label="backport version-16-hotfix"
actions: actions:
backport: backport:
branches: branches:
- version-16-beta - version-16-hotfix
assignees: assignees:
- "{{ author }}" - "{{ author }}"
- name: Automatic merge on CI success and review - name: Automatic merge on CI success and review