Skip to content

Commit

Permalink
Downgrade to sqren/[email protected] at least errors ar…
Browse files Browse the repository at this point in the history
…e reported

Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Sep 24, 2023
1 parent 1406599 commit 68ea5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 68ea5d8

Please sign in to comment.