dwyl / dwylbot

:robot: Automating our GitHub Workflow to improve team communication/collaboration and reduce tedious repetition!
28 stars 7 forks source link

Specify trigger rule depending on event #69

Closed SimonLab closed 7 years ago

SimonLab commented 7 years ago

We are currently checking for breaking rules on each event receive from Github. However we only want to check for specific error on specific event to avoid having too many dwylbot comments on an issue. For example only check for "in progress label without assignee" rule when an event "labelled" is received and the label is "in-progress"

ghost commented 7 years ago

Technical so can't be tested