Skip to content

Commit

Permalink
break
Browse files Browse the repository at this point in the history
  • Loading branch information
Taior committed Nov 14, 2024
1 parent 8041efa commit 0937bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow_templates/on-pull-request-backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
reactions: hooray
body: "Cherry pick PR [${{ env.cherry_pr_number }}](${{ env.cherry_pr_url }}) to the branch [${{ env.release_branch }}](https://github.com/${{github.repository}}/tree/${{ env.release_branch }}) successful!"
- name: Remove backport label
if: always()
if: cancelled()
uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ secrets.BOATSWAIN_GITHUB_TOKEN }}
Expand Down

0 comments on commit 0937bcc

Please sign in to comment.