mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 23:35:53 +08:00
Add pull_request against main branches
FIXME: A PR against a release branch will now get the alpha requirements out of the conandata.yml Contributes to CURA-9365
This commit is contained in:
parent
ce686202a1
commit
85d3bb1a3a
@ -37,6 +37,19 @@ branches:
|
|||||||
is-release-branch: true
|
is-release-branch: true
|
||||||
is-mainline: false
|
is-mainline: false
|
||||||
pre-release-weight: 30000
|
pre-release-weight: 30000
|
||||||
|
pull-request-main:
|
||||||
|
regex: ^(pull|pull\-requests|pr)[/-]
|
||||||
|
mode: ContinuousDelivery
|
||||||
|
tag: alpha+
|
||||||
|
increment: Inherit
|
||||||
|
prevent-increment-of-merged-branch-version: true
|
||||||
|
tag-number-pattern: '[/-](?<number>\d+)[-/]'
|
||||||
|
track-merge-target: true
|
||||||
|
source-branches: [ 'main' ]
|
||||||
|
tracks-release-branches: false
|
||||||
|
is-release-branch: false
|
||||||
|
is-mainline: false
|
||||||
|
pre-release-weight: 30000
|
||||||
ignore:
|
ignore:
|
||||||
sha: [ ]
|
sha: [ ]
|
||||||
merge-message-formats: { }
|
merge-message-formats: { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user