Skip to content

Commit

Permalink
Update author association role in action to update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thamara authored Jan 5, 2025
1 parent 9be1ea2 commit b055851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ChangelogUpdater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git config --global user.name 'Changelog Bot'
git config --global user.email '[email protected]'
- name: Update Changelog
if: (github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'COLLABORATOR') && steps.check.outputs.triggered == 'true'
if: github.event.comment.author_association == 'MEMBER' && steps.check.outputs.triggered == 'true'
env:
COMMENT_BODY: ${{github.event.comment.body}}
PR_NUM: ${{github.event.issue.number}}
Expand Down

0 comments on commit b055851

Please sign in to comment.