Skip to content

Commit

Permalink
test: use korthout/backport-action@main
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed May 10, 2024
1 parent 4f606b8 commit 9c8a2b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/backport-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.BACKPORT_ACTION_TOKEN }}
- name: Backport
id: backport
uses: tasso94/backport-action@main
uses: korthout/backport-action@main
with:
copy_labels_pattern: .+
github_token: ${{ secrets.BACKPORT_ACTION_TOKEN }}
Expand All @@ -31,9 +31,7 @@ jobs:
copy_requested_reviewers: true
experimental: >
{
"detect_merge_method": true,
"remote_owner": "backport-action",
"remote_repo": "backport-action-test"
"detect_merge_method": true
}
- name: Print was_successful output
run: echo "${{ steps.backport.outputs.was_successful }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-pr-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Backport
id: backport
uses: tasso94/backport-action@main
uses: korthout/backport-action@main
with:
# copy all labels (backport labels are automatically skipped)
copy_labels_pattern: .+
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport-pr-target-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Backport
id: backport
uses: tasso94/backport-action@main
uses: korthout/backport-action@main
with:
# copy all labels (backport labels are automatically skipped)
copy_labels_pattern: .+
Expand Down

0 comments on commit 9c8a2b7

Please sign in to comment.