mirror of
https://github.com/saltstack/salt.git
synced 2025-04-11 07:11:41 +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
27f90f7239
commit
fb717a8d4b
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"repoOwner": "saltstack",
|
||||
"repoName": "salt",
|
||||
"targetBranchChoices": ["master", "3006.x", "3005.x"],
|
||||
"targetBranchChoices": ["master", "3006.x", "3005.x", "freeze"],
|
||||
"autoMerge": false,
|
||||
"autoMergeMethod": "rebase",
|
||||
"branchLabelMapping": {
|
||||
|
|
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
)
|
||||
steps:
|
||||
- name: Backport Action
|
||||
uses: sqren/backport-github-action@v9.3.0-a
|
||||
uses: sqren/backport-github-action@v8.9.7
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
auto_backport_label_prefix: "backport:"
|
||||
|
|
Loading…
Add table
Reference in a new issue