-
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
allow messages for *all* teams #36
Comments
I 👍 the suggestion of defaulting to ALL (augmented by team-specific messages). @aaronrothschild are you good with it? |
|
The good thing about i'm afraid that with a suggestion of whereas if |
Good point on the regex support. Sound good to me 👍 |
i was actually more thinking of globbing, but regex is fine for me as well :-) |
currently we can specify a welcome-text for each team separately.
however, i would like to be able to send people a welcome-message after their first login - regardless of the team they join.
Probably the simplest solution (from a admin-pov) is to be able to omit the
TeamName
or use a wild-card.E.g. the following would remind a user of the code-of-conduct the first time they log-in (the
TeamName
field has been omitted), and gives a welcome-message for each team they join (theTeamName
is*
):The text was updated successfully, but these errors were encountered: