Include no GitHub allowlist rules by default (#1973)

This commit is contained in:
Paul Erickson
2022-01-04 12:30:07 -06:00
committed by GitHub
parent 55f5d8171b
commit 1f44d2ffd1

View File

@@ -117,7 +117,7 @@ const (
DefaultBitbucketBaseURL = bitbucketcloud.BaseURL
DefaultDataDir = "~/.atlantis"
DefaultGHHostname = "github.com"
DefaultGHTeamAllowlist = "*:plan,*:apply"
DefaultGHTeamAllowlist = ""
DefaultGitlabHostname = "gitlab.com"
DefaultLogLevel = "info"
DefaultParallelPoolSize = 15