integrations / microsoft-teams

Bringing your code and work to the conversations you care about with the GitHub and Microsoft integration
430 stars 95 forks source link

Support GitHub Teams #237

Open zackheil opened 2 years ago

zackheil commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently, I can subscribe to specific repos with subscribe owner/repo, but the team in GitHub I'm in supports many repos and it would be tedious to manually subscribe and keep track of all of them for a shared notify group within MS Teams.

Describe the solution you'd like

Since we are already adding a team as a CODEOWNER to all repos in our create repo process/template, it would be nice when the GH Team (e.g.: @my-company/fizz-buzz-dept) gets requested for review on a PR, a notification could be sent in MS Teams if subscribed. (@Github subscribe team-events my-company/fizz-buzz-dept)

Describe alternatives you've considered

Currently, the only other option I see is setting up a webhook at the enterprise level and searching through the data with some external integration to send something out. Unless there are other options I'm unaware of.

thisishusseinali commented 1 year ago

Currently