Skip to content
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

Automate creation of zulip streams #93

Open
MarcoIeni opened this issue Nov 8, 2024 · 0 comments
Open

Automate creation of zulip streams #93

MarcoIeni opened this issue Nov 8, 2024 · 0 comments

Comments

@MarcoIeni
Copy link
Member

MarcoIeni commented Nov 8, 2024

#92 will automate member addition / removal from a stream.
But it assumes that the stream already exists.

Edit sync-team to automate the stream creation if it doesn't exist already. You can take inspiration from here:

.create_user_group(&self.name, &self.description, &self.member_ids)

You should also do a PR in the team repo to update the schema.
Keep in mind that zulip streams can be private or public. Maybe we need a boolean to distinguish between the two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant