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
Linked this plugin to mattermost, I get PR review notifications if my account specifically is selected as reviewer. My account is also part of the "software" team on Github, but when the whole software team is assigned I do not get notified
Looked through the source code and doesn't look like it handles the case where the team was assigned:
@nielmistry@mickmister I tried to reproduce the issue on our end but it seems to be working fine when we are assigning a team as a reviewer on a PR. Each member of the team is getting notified about the review request except in the following cases:
If any person from the team is the creator of the PR then only the creator of the PR will not get notified. (All other members will get notified)
If the person requesting the review is a part of the team then he will not be notified. (All other members will get notified)
Can you please confirm you are not facing the issue because of the above two points?
Linked this plugin to mattermost, I get PR review notifications if my account specifically is selected as reviewer. My account is also part of the "software" team on Github, but when the whole software team is assigned I do not get notified
Looked through the source code and doesn't look like it handles the case where the team was assigned:
mattermost-plugin-github/server/plugin/webhook.go
Lines 1176 to 1184 in 52beef2
I think this also applies to issues as well
The text was updated successfully, but these errors were encountered: