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