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
While analyzing why triagebot (our bot) commented this message, while it shouldn't as the PR author is a member of the rust-lang organization (as can be seen on the web UI), we came across this issue.
Looking at the webhook event we got from the previous comment, we can see that the issue.author_association is set at CONTRIBUTOR, not to be confused by the author of the comment who's author_association is correctly set at MEMBER.
However we can see on the web UI that @Kobzol is a member of the rust-lang organization, we would therefor expect the issue.author_association to be MEMBER instead of CONTRIBUTOR as:
MEMBER: The author is a member of the organization that owns the repository.