edgafner / dorkag

Issue Tracker repository for all Dorkag plugins
Other
5 stars 0 forks source link

[FEATURE]: Support for reviewer groups #97

Open Crimix opened 1 month ago

Crimix commented 1 month ago

Describe the solution you'd like It would be nice if AZD could support filtering PRs depending on reviewer groups added by policies.

Describe alternatives you've considered I tried to search from them, but they are not really users of the repo

Jonatha1983 commented 3 weeks ago

Hi @Crimix,

Thanks for your suggestion!

Currently, when fetching users, I am asking for the following subject types: subjectTypes=msa,aad,win,imp

However, groups created in policies are typically managed under Azure Active Directory (AAD).

To support filtering PRs based on these reviewer groups, I will explore adding functionality to fetch and identify these groups from the policies applied to the repositories.

I'll keep you updated on the progress.