From e3f3eeea6bbdfc5e1fd8aad366bd8c654cce0c7f Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 22 Sep 2025 14:06:56 +0200 Subject: [PATCH] fix(ci): comment on closed issues when closed by commit or PR --- .github/workflows/issue-closed-comment.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/issue-closed-comment.yml b/.github/workflows/issue-closed-comment.yml index f15b93e64..af85a198d 100644 --- a/.github/workflows/issue-closed-comment.yml +++ b/.github/workflows/issue-closed-comment.yml @@ -7,8 +7,6 @@ on: jobs: comment-on-issue-closure: runs-on: ubuntu-latest - # Only run if the issue was closed by a commit (not manually) - if: ${{ github.event.issue.closed_by.type == 'Bot' || github.event.issue.closed_by.login != null }} steps: - name: Check if issue was closed by commit id: check-commit