Add a workaround in automatic rebase workflow to continue on error (#18176)

This commit is contained in:
Aditya Patwardhan 2022-09-28 11:25:16 -07:00 committed by GitHub
parent e6c9ad6b85
commit 23500470d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ jobs:
fetch-depth: 0
- name: Post rebase started comment to pull request
uses: actions/github-script@v6
continue-on-error: true
with:
script: |
const backport_start_body = `Started rebase: https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${process.env.GITHUB_RUN_ID}`;