diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 72ef5cb95a..0beb8afcd4 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -28,7 +28,7 @@ jobs: - name: Review pull request if: > (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && - github.event.action != 'closed' + github.event.action != 'closed' && github.event.pull_request.state != 'closed' uses: actions/github-script@v3 with: github-token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}