ci: use correct issue number (#6745)

This commit is contained in:
Emanuele Stoppa 2023-04-04 14:07:05 +01:00 committed by GitHub
parent 66f9de56ee
commit ce37bc77e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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