Skip to content

Commit

Permalink
feat: enable pr checksAndStatuses by default
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jul 22, 2023
1 parent 051b81b commit f5c795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dm/defaultDmSettings.ts
@@ -1,7 +1,7 @@
import type { MessageCategory } from './MessageCategory';

export const defaultDmSettings: Record<MessageCategory, boolean> = {
'pr-checksAndStatuses': false, // false during beta testing
'pr-checksAndStatuses': true,
'pr-lifecycle': true,
'pr-lifecycle-follow': true,
'pr-review': true,
Expand Down

0 comments on commit f5c795e

Please sign in to comment.