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
Right now, aside from being able to assign teams to one's own PR via the assign command, Harmony does not have very good support for team assignments. When you see how many PRs are assigned to you, it does not include assignments for teams which you belong to. Similarly, when using the contribute command, PRs for which your teams are assigned are not considered as your assignments.
It's probably worth exposing this as a setting, whether the default is to include team assignments or the other way around. It could be exposed as part of the config file, and/or it could be exposed as a flag like --exclude-teams would not consider team assignments (current behavior) but otherwise the new default would consider those assignments.
The text was updated successfully, but these errors were encountered:
If getting PRs assigned to a team for the current user is an additional API call then it might be better to continue not to by default but allow the extra info given a flag like --team-requests.
Right now, aside from being able to assign teams to one's own PR via the
assign
command, Harmony does not have very good support for team assignments. When you see how many PRs are assigned to you, it does not include assignments for teams which you belong to. Similarly, when using thecontribute
command, PRs for which your teams are assigned are not considered as your assignments.It's probably worth exposing this as a setting, whether the default is to include team assignments or the other way around. It could be exposed as part of the config file, and/or it could be exposed as a flag like
--exclude-teams
would not consider team assignments (current behavior) but otherwise the new default would consider those assignments.The text was updated successfully, but these errors were encountered: