mattermost-plugin-gitlab
mattermost-plugin-gitlab copied to clipboard
Support multiple label:"…" filters in /gitlab subscribe commands
The GitLab plugin’s subscription feature currently rejects more than one label:"…".
Proposed behaviour: Accept multiple label:"…" tokens (comma- or space-separated) in the command/feature string. An event passes the filter if at least one of the specified labels is present.
/gitlab subscribe my-group/my-proj issues merges label:"bug",label:"frontend",label:"high priority"