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