Skip to content

Commit

Permalink
ci: use correct issue number (#6745)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Apr 4, 2023
1 parent 66f9de5 commit ce37bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: peter-evans/create-or-update-comment@v2
continue-on-error: true
with:
issue-number: ${{ github.event.issue.number }}
issue-number: ${{ github.event.number }}
body: |
This PR is blocked because it contains a `minor` changeset. A reviewer will merge this at the next release if approved.
edit-mode: replace

0 comments on commit ce37bc7

Please sign in to comment.