Skip to content

Commit 7d40d1f

Browse files
morisilclaude
andcommitted
enable has_issues by default
Issues are commonly used for most repositories, making true a more sensible default. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 6dbdd81 commit 7d40d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variable "pages_url" {
3434
variable "has_issues" {
3535
description = "Set to `true` to enable the GitHub Issues features on the repository"
3636
type = bool
37-
default = false
37+
default = true
3838
}
3939

4040
variable "has_discussions" {

0 commit comments

Comments
 (0)