Skip to content

Commit

Permalink
fix awaiting response check
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Fuchs committed Nov 6, 2023
1 parent 591a5ed commit 2a8a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a8a14d

Please sign in to comment.