Skip to content

Commit

Permalink
Fix var.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nish Krishnan committed Feb 18, 2021
1 parent b71bbaa commit 7b58de5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/events/yaml/valid/global_cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func NewGlobalCfgWithHooks(allowRepoCfg bool, mergeableReq bool, approvedReq boo
applyReqs := []string{}
allowedOverrides := []string{}
allowedWorkflows := []string{}
preWorkflowHooks := make([]*PreWorkflowHook, 0)
if mergeableReq {
applyReqs = append(applyReqs, MergeableApplyReq)
}
Expand Down

0 comments on commit 7b58de5

Please sign in to comment.