Skip to content

Commit

Permalink
fix: security related default feature enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Sep 25, 2023
1 parent 751e3d2 commit db3685b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/ubiquibot-config-default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const DefaultConfig: MergedConfig = {
},
},
enableAccessControl: {
label: false,
label: true,
organization: true,
},
staleBountyTime: "0d",
Expand Down

0 comments on commit db3685b

Please sign in to comment.