We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c9ad6 commit 2350047Copy full SHA for 2350047
.github/workflows/rebase.yml
@@ -23,6 +23,7 @@ jobs:
23
fetch-depth: 0
24
- name: Post rebase started comment to pull request
25
uses: actions/github-script@v6
26
+ continue-on-error: true
27
with:
28
script: |
29
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