fix(ci): set issue number correctly for closed issue workflow
This commit is contained in:
2
.github/workflows/closed-issue.yml
vendored
2
.github/workflows/closed-issue.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- uses: peter-evans/create-or-update-comment@v4
|
- uses: peter-evans/create-or-update-comment@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
body: |
|
body: |
|
||||||
Closed issues are **NOT** monitored, so commenting here is likely to be not seen.
|
Closed issues are **NOT** monitored, so commenting here is likely to be not seen.
|
||||||
If you think this is *still unresolved* and have **more information** to bring, please create another issue.
|
If you think this is *still unresolved* and have **more information** to bring, please create another issue.
|
||||||
|
|||||||
Reference in New Issue
Block a user