From b87273d17b84ce4eb1769b1f7a7fed59114b6f1c Mon Sep 17 00:00:00 2001 From: Rob E Date: Tue, 13 Feb 2024 08:54:48 +1000 Subject: [PATCH] Update comments.yaml --- .github/workflows/comments.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comments.yaml b/.github/workflows/comments.yaml index 3986fad23..710757bf5 100644 --- a/.github/workflows/comments.yaml +++ b/.github/workflows/comments.yaml @@ -1,9 +1,10 @@ on: issue_comment jobs: - pr_commented: - name: PR comment + commented: + name: Comment Posted runs-on: ubuntu-latest + #if: ${{ github.event.issue.pull_request && github.event.pull_request.author_association != 'MEMBER' }} steps: - run: echo '${{ toJSON(github) }}' - run: echo '${{ github.event.comment.author_association }}'