You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.