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
References to teams (e.g., assigning a team as a reviewer) should use the GitHub API to convert that team into a list of individuals, and then we should perform the usual behavior (e.g., DM notification) for each of them. Notifications failing for one team member should not short-circuit and prevent other notifications from going out.
References to teams (e.g., assigning a team as a reviewer) should use the GitHub API to convert that team into a list of individuals, and then we should perform the usual behavior (e.g., DM notification) for each of them. Notifications failing for one team member should not short-circuit and prevent other notifications from going out.
By default, the token we are given (the
secrets.GITHUB_TOKEN
env var) does not seem to have the requisite permissions to fetch teammates: https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token so we'll either need to:The text was updated successfully, but these errors were encountered: