mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Downgrade to sqren/backport-github-action@v8.9.7
at least errors are reported
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
667542ccbd
commit
dde485bf94
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"repoOwner": "saltstack",
|
"repoOwner": "saltstack",
|
||||||
"repoName": "salt",
|
"repoName": "salt",
|
||||||
"targetBranchChoices": ["master", "3006.x", "3005.x"],
|
"targetBranchChoices": ["master", "3006.x", "3005.x", "freeze"],
|
||||||
"autoMerge": false,
|
"autoMerge": false,
|
||||||
"autoMergeMethod": "rebase",
|
"autoMergeMethod": "rebase",
|
||||||
"branchLabelMapping": {
|
"branchLabelMapping": {
|
||||||
|
|
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
)
|
)
|
||||||
steps:
|
steps:
|
||||||
- name: Backport Action
|
- name: Backport Action
|
||||||
uses: sqren/backport-github-action@v9.3.0-a
|
uses: sqren/backport-github-action@v8.9.7
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
auto_backport_label_prefix: "backport:"
|
auto_backport_label_prefix: "backport:"
|
||||||
|
|
Loading…
Add table
Reference in a new issue