Skip to content

Commit

Permalink
fix(models: channelconfig): add pipeline to default disabledEvents …
Browse files Browse the repository at this point in the history
…in channelConfigSchema

haven't styled it, i don't think it's worth it
  • Loading branch information
dsevillamartin committed Apr 17, 2017
1 parent 8534bab commit fc21636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Models/ChannelConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ let channelConfigSchema = Schema({
type: Array,
default: [
'merge_request/update',
'pipeline',
],
},
});
Expand Down

0 comments on commit fc21636

Please sign in to comment.