From e20185666796f5c3d1c63db20ac384d0f6039047 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 7 Mar 2024 12:33:09 +0000 Subject: [PATCH] fix(ci): set issue number correctly for closed issue workflow --- .github/workflows/closed-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/closed-issue.yml b/.github/workflows/closed-issue.yml index 0eb6b096..3ac1b41e 100644 --- a/.github/workflows/closed-issue.yml +++ b/.github/workflows/closed-issue.yml @@ -12,7 +12,7 @@ jobs: - uses: peter-evans/create-or-update-comment@v4 with: token: ${{ github.token }} - issue-number: ${{ github.event.pull_request.number }} + issue-number: ${{ github.event.issue.number }} body: | 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.