mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
dev-config: Enable automation by default for devs (#5964)
This commit is contained in:
parent
cc3c1030af
commit
9de619d7bc
@ -2,7 +2,8 @@
|
||||
{
|
||||
"externalURL": "http://localhost:3080",
|
||||
"experimentalFeatures": {
|
||||
"discussions": "enabled"
|
||||
"discussions": "enabled",
|
||||
"automation": "enabled"
|
||||
},
|
||||
"disablePublicRepoRedirects": true,
|
||||
"repoListUpdateInterval": 1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user