From 2a8a14d0749abdd4549d4b64c2421f5299591e43 Mon Sep 17 00:00:00 2001 From: Benedikt Fuchs Date: Mon, 6 Nov 2023 12:46:01 +0100 Subject: [PATCH] fix awaiting response check --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 403e16c56..19336275d 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -3,7 +3,7 @@ on: issue_comment jobs: issue_commented: name: Issue comment - if: ${{ github.event.issue.pull_request && github.event.issue.author == github.even.issue_comment.author }} + if: ${{ github.event.issue.author == github.even.issue_comment.author }} runs-on: ubuntu-latest steps: - uses: actions-ecosystem/action-remove-labels@v1