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:
Pedro Algarvio 2023-09-24 21:20:44 +01:00 committed by Pedro Algarvio
parent 27f90f7239
commit fb717a8d4b
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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:"