Default require-approval to false (#88)

This commit is contained in:
Luke Kysow
2017-07-31 00:15:35 -07:00
committed by Anubhav Mishra
parent 14de40892d
commit ccdfeae8c1

View File

@@ -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{