-
-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add change request events to teams integration #9309
chore: add change request events to teams integration #9309
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, yup that should do it
@@ -23,6 +41,26 @@ export default class TeamsAddon extends Addon { | |||
flagResolver: IFlagResolver; | |||
|
|||
constructor(args: IAddonConfig) { | |||
if (args.flagResolver.isEnabled('teamsIntegrationChangeRequests')) { | |||
teamsDefinition.events = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only place the teamsDefinition is used yeah?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just double checked: Yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick question, but apart from that 👍
https://linear.app/unleash/issue/2-3265/investigate-teams-integration-for-change-request-notifications
Adds change request events to the Teams integration.