Describe the bug
For pull requests opened by a MEMBER
, github.event.issue.author_association
returns CONTRIBUTOR
.
To Reproduce
Steps to reproduce the behavior:
- Have a
MEMBER
of a repo, who has also contributed (merged a PR), open a new PR.
Expected behavior
Have a way to see if the author is a member, which can gate workflows in public repositories to only run when a PR is opened by a MEMBER
.