mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This changes the notification messages for events that currently just include the string `"the repository"` to also include the full (`org/repo`) name of the affected repository. Messages for the following events are changed: - `public` - `star` - `watch` - `repository` - `team_add` Background: we're using the GitHub integration for org-wide notifications for the [Bytecode Alliance Zulip](bytecodealliance.zulipchat.com/), and having all messages just say "the repository" isn't ideal. Even now one can hover over the link to see the repo's url, but it'd be much nicer if the message just contained the full name. I also changed the message for `star` to include a link to the repository, same as the `watch` notification.