mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 12:18:40 +00:00
Default require-approval to false (#88)
This commit is contained in:
committed by
Anubhav Mishra
parent
14de40892d
commit
ccdfeae8c1
@@ -77,7 +77,7 @@ var boolFlags = []boolFlag{
|
||||
{
|
||||
name: requireApprovalFlag,
|
||||
description: "Require pull requests to be \"Approved\" before allowing the apply command to be run.",
|
||||
value: true,
|
||||
value: false,
|
||||
},
|
||||
}
|
||||
var intFlags = []intFlag{
|
||||
|
||||
Reference in New Issue
Block a user