Skip to content

Commit

Permalink
ci: don't try to label backport PR if it was not created
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed May 1, 2024
1 parent 631d518 commit 9135c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
"detect_merge_method": true
}
- uses: actions/github-script@v7
- if: ${{steps.backport.outputs.was_successful == 'true'}}
uses: actions/github-script@v7
with:
script: |
github.rest.issues.addLabels({
Expand Down

0 comments on commit 9135c72

Please sign in to comment.