mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Merge pull request #51650 from mihir-kandoi/v16-prep
This commit is contained in:
2
.github/workflows/initiate_release.yml
vendored
2
.github/workflows/initiate_release.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: ["14", "15"]
|
version: ["14", "15", "16"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: octokit/request-action@v2.x
|
- uses: octokit/request-action@v2.x
|
||||||
|
|||||||
1
.github/workflows/patch.yml
vendored
1
.github/workflows/patch.yml
vendored
@@ -11,6 +11,7 @@ on:
|
|||||||
- 'crowdin.yml'
|
- 'crowdin.yml'
|
||||||
- '.coderabbit.yml'
|
- '.coderabbit.yml'
|
||||||
- '.mergify.yml'
|
- '.mergify.yml'
|
||||||
|
- '.github/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
1
.github/workflows/server-tests-mariadb.yml
vendored
1
.github/workflows/server-tests-mariadb.yml
vendored
@@ -13,6 +13,7 @@ on:
|
|||||||
- 'crowdin.yml'
|
- 'crowdin.yml'
|
||||||
- '.coderabbit.yml'
|
- '.coderabbit.yml'
|
||||||
- '.mergify.yml'
|
- '.mergify.yml'
|
||||||
|
- '.github/**'
|
||||||
schedule:
|
schedule:
|
||||||
# Run everday at midnight UTC / 5:30 IST
|
# Run everday at midnight UTC / 5:30 IST
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user