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 667542ccbd
commit dde485bf94
2 changed files with 2 additions and 2 deletions

View file

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

View file

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