Lujeni / matterllo

Simple integration between Trello and Mattermost: send Trello activity notifications to Mattermost channels
MIT License
86 stars 25 forks source link

Subscribe to event #8

Closed Lujeni closed 8 years ago

Lujeni commented 8 years ago

Improve the way to subscribe to events.

# all events without the rename card event.
subscribe: '* -renameCard'

# all/wildcard event.
subscribe: *

# just the comment card event
subscribe: 'commentCard'