Skip to content

Commit

Permalink
fix: remove playground2
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Sep 2, 2024
1 parent 888fc3b commit 708c4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ variable "repositories" {
members = optional(set(string), []) # Members of the repository team. Have triage permissions

# The following are valid combinations for the merge commit title and message: PR_TITLE and PR_BODY, PR_TITLE and BLANK, MERGE_MESAGE and PR_TITLE. (invalid_merge_commit_setting_combo)}]
merge_commit_title = optional(string, "PR_TITLE")
merge_commit_message = optional(string, "PR_BODY")
merge_commit_title = optional(string, "MERGE_MESSAGE")
merge_commit_message = optional(string, "PR_TITLE")
squash_merge_commit_title = optional(string, "PR_TITLE")
squash_merge_commit_message = optional(string, "PR_BODY")
}))
Expand Down

0 comments on commit 708c4b8

Please sign in to comment.