Skip to content

Commit

Permalink
Make approval disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lermatroid committed Jul 22, 2024
1 parent 1f5d982 commit b570eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/hackkit.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default {
maxTeamSize: 4,
featureFlags: {
core: {
requireUsersApproval: true,
requireUsersApproval: false,
},
},
} as const;
Expand Down

0 comments on commit b570eb4

Please sign in to comment.