mattermost / mattermost-plugin-github

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

`issue_creations` subscription with labels should support labeling an existing issue #733

Closed mickmister closed 6 months ago

mickmister commented 7 months ago

With an issue_creations subscription (as opposed to issues) with a label configured, a subscription post will not be created if an existing issue gets labeled.

The flag is called issue_creations, but it's really more about excluding closed issues. So the issue_creations flag should support existing issues that get labeled after the fact as well.

_Issue created from a Mattermost message by @mickmister._