Skip to content

Commit

Permalink
Update comments.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron authored Feb 12, 2024
1 parent 7a12576 commit b87273d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/comments.yaml
Original file line number Diff line number Diff line change
@@ -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 }}'
Expand Down

0 comments on commit b87273d

Please sign in to comment.