Skip to content

Commit 2350047

Browse files
Add a workaround in automatic rebase workflow to continue on error (PowerShell#18176)
1 parent e6c9ad6 commit 2350047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rebase.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
fetch-depth: 0
2424
- name: Post rebase started comment to pull request
2525
uses: actions/github-script@v6
26+
continue-on-error: true
2627
with:
2728
script: |
2829
const backport_start_body = `Started rebase: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`;

0 commit comments

Comments
 (0)