Skip to content

Commit

Permalink
Include no GitHub allowlist rules by default (runatlantis#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulerickson authored and krrrr38 committed Dec 16, 2022
1 parent 380ad06 commit 9b00505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const (
DefaultBitbucketBaseURL = bitbucketcloud.BaseURL
DefaultDataDir = "~/.atlantis"
DefaultGHHostname = "github.com"
DefaultGHTeamAllowlist = "*:plan,*:apply"
DefaultGHTeamAllowlist = ""
DefaultGitlabHostname = "gitlab.com"
DefaultLogLevel = "info"
DefaultParallelPoolSize = 15
Expand Down

0 comments on commit 9b00505

Please sign in to comment.