mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
This reverts commit 1721e687c0.
The change was expected to solve the sporadic problems we were having
with Backport Assistant, but it end up creating even more failures.
This commit is contained in:
6
.github/workflows/backport.yml
vendored
6
.github/workflows/backport.yml
vendored
@@ -19,7 +19,8 @@ jobs:
|
||||
env:
|
||||
BACKPORT_LABEL_REGEXP: "backport/(?P<target>website)"
|
||||
BACKPORT_TARGET_TEMPLATE: "stable-{{.target}}"
|
||||
BACKPORT_MERGE_COMMIT: true
|
||||
# Enabling this option increased the number of backport failures.
|
||||
BACKPORT_MERGE_COMMIT: false
|
||||
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|
||||
- name: Backport changes to targeted release branch
|
||||
run: |
|
||||
@@ -27,7 +28,8 @@ jobs:
|
||||
env:
|
||||
BACKPORT_LABEL_REGEXP: "backport/(?P<target>\\d+\\.\\d+\\.[+\\w]+)"
|
||||
BACKPORT_TARGET_TEMPLATE: "release/{{.target}}"
|
||||
BACKPORT_MERGE_COMMIT: true
|
||||
# Enabling this option increased the number of backport failures.
|
||||
BACKPORT_MERGE_COMMIT: false
|
||||
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|
||||
handle-failure:
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user