mattermost / mattermost-plugin-github

GitHub plugin for Mattermost
Apache License 2.0
157 stars 148 forks source link

For "Issue has been labeled" events, subscriptions do not respect the "render-style" flag for the post size #740

Open mickmister opened 7 months ago

mickmister commented 7 months ago

The subscriptions feature supports a render-style flag for determining the size of the title, and how much information is shown. The flag is currently not being taken into account for "issue has been labeled" events for existing issues.

The task here is to make it so "issue labeled" events support this flag

image