From 3e20daaa6880d3992094cd3bc5616e70c64137cc Mon Sep 17 00:00:00 2001 From: dummyAcc1644 <102077347+dummyAcc1644@users.noreply.github.com> Date: Wed, 23 Mar 2022 16:57:18 -0700 Subject: [PATCH] removing trigger restrictions test --- .github/workflows/pr-comment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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