-
Notifications
You must be signed in to change notification settings - Fork 41
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
[mm-65] Allows users to add multiple teams to the messages using team-a,team-b
in the messages
#82
Conversation
Hello @maisnamrajusingh, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
…lacing it with a split and trimming trailing and previous white space
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.
Co-authored-by: Jason Frerich <[email protected]>
Co-authored-by: Jason Frerich <[email protected]>
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.
Does this change effect the UserHasJoinedTeam
hook?
No it doesn't. |
How do these changes ensure that users who join a team get the right message? |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
Co-authored-by: Jason Frerich <[email protected]>
I have updated the changes so that it hooks to the UserHasJoinedTeam hook |
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.
LGTM 👍
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.
LGTM!
Let's deffer QA testing to release testing. |
Summary
I closed the previous PR that had a lot of conflicts and updated the logic here to make the code more simpler and shorter.
Users can now configure the messages using
team-1, team-2
orteam-1, team-2
and the bot will process the message for those teams when running/welcomebot preview team-1
or/welcomebot preview team-2
Ticket Link
#65