diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 4ff7a47..ce319e5 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -5,8 +5,7 @@ jobs: pr_commented: name: PR comment workflow if: | - github.event.issue.pull_request && - github.event.comment.author_association == 'OWNER' + github.event.issue.pull_request runs-on: ubuntu-latest steps: - uses: actions/checkout@main