ci: use correct issue number (#6745)
This commit is contained in:
parent
66f9de56ee
commit
ce37bc77e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-merge.yml
vendored
2
.github/workflows/check-merge.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue