We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccdb5b commit 3bc0039Copy full SHA for 3bc0039
repository/variables.tf
@@ -76,7 +76,7 @@ variable "branch_protection" {
76
variable "required_status_check" {
77
description = "The name of the status check context that must pass before merging. Set to `null` to disable status check requirement."
78
type = string
79
- default = "build_branch"
+ default = "build_branch / build"
80
}
81
82
variable "dev_team_id" {
0 commit comments