Skip to content

Commit

Permalink
Disable review lifecycle by default
Browse files Browse the repository at this point in the history
[changelog:changed]
  • Loading branch information
cdupuis committed May 21, 2019
1 parent e29096c commit 5defe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/event/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const LifecyclePreferences: any = {
id: "review",
name: "Review Lifecycle",
description: "Lifecycle messages for GitHub pull request reviews",
enabled: true,
enabled: false,
},

};
Expand Down

0 comments on commit 5defe4d

Please sign in to comment.