Mikescops / git-notify-extension

🦊🐙 Browser Extension for GitLab (Chrome, Edge & Firefox). Don't miss any Gitlab Merge Requests and rocket up your productivity.
https://addons.mozilla.org/en-US/firefox/addon/gitlab-notify/
115 stars 10 forks source link

Showing MRs when tagged as a reviewer #39

Closed bradcush closed 3 years ago

bradcush commented 3 years ago

Currently we just show MRs that you have been tagged in as an assignee. As with Gitlab 13.7 a new reviewers section (https://about.gitlab.com/releases/2020/12/22/gitlab-13-7-released/#reviewers-for-merge-requests) has been added it would be useful to add these MRs to the same list as those you are assigned in for tracking both. (I don't see any reason to separate them in the UI at this time personally) I went to add this feature but realized that unfortunately the API doesn't support this scope yet and needs to be updated so figured it would be good to track for now. (https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/api/merge_requests.md)