Skip to content

Commit

Permalink
fixfixfix
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Nov 14, 2023
1 parent cbbea13 commit a36a9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
console.log(context.repo.owner);
console.log(context.repo.repo);
if ('${{ steps.create-pr.outputs.pull-request-number }}' != '') {
if ('${{ steps.create-pr.outputs.pull-request-number }}' == '') {
// Comment on the originating PR if creating a cherry pick PR failed.
github.rest.issues.createComment({
issue_number: context.payload.number,
Expand Down

0 comments on commit a36a9a3

Please sign in to comment.