|
1 | 1 | owner = "cloudposse-tests" |
2 | 2 |
|
3 | | -description = "Terraform acceptance tests" |
4 | | -homepage_url = "http://example.com/" |
5 | | -archived = false |
6 | | -has_issues = true |
7 | | -has_discussions = true |
8 | | -has_projects = true |
9 | | -has_wiki = true |
10 | | -is_template = true |
11 | | -allow_merge_commit = true |
12 | | -merge_commit_title = "MERGE_MESSAGE" |
13 | | -merge_commit_message = "PR_TITLE" |
14 | | -allow_squash_merge = true |
15 | | -squash_merge_commit_title = "COMMIT_OR_PR_TITLE" |
16 | | -squash_merge_commit_message = "COMMIT_MESSAGES" |
17 | | -web_commit_signoff_required = true |
18 | | -allow_rebase_merge = true |
19 | | -allow_auto_merge = true |
20 | | -delete_branch_on_merge = true |
21 | | -default_branch = "main" |
22 | | -gitignore_template = "TeX" |
23 | | -license_template = "GPL-3.0" |
24 | | -auto_init = true |
25 | | -topics = ["terraform", "github", "test"] |
26 | | -ignore_vulnerability_alerts_during_read = true |
27 | | -allow_update_branch = true |
| 3 | +description = "Terraform acceptance tests" |
| 4 | +homepage_url = "http://example.com/" |
| 5 | +archived = false |
| 6 | +has_issues = true |
| 7 | +has_discussions = true |
| 8 | +has_projects = true |
| 9 | +has_wiki = true |
| 10 | +is_template = true |
| 11 | +allow_merge_commit = true |
| 12 | +merge_commit_title = "MERGE_MESSAGE" |
| 13 | +merge_commit_message = "PR_TITLE" |
| 14 | +allow_squash_merge = true |
| 15 | +squash_merge_commit_title = "COMMIT_OR_PR_TITLE" |
| 16 | +squash_merge_commit_message = "COMMIT_MESSAGES" |
| 17 | +web_commit_signoff_required = true |
| 18 | +allow_rebase_merge = true |
| 19 | +allow_auto_merge = true |
| 20 | +delete_branch_on_merge = true |
| 21 | +default_branch = "main" |
| 22 | +gitignore_template = "TeX" |
| 23 | +license_template = "GPL-3.0" |
| 24 | +auto_init = true |
| 25 | +topics = ["terraform", "github", "test"] |
| 26 | +allow_update_branch = true |
28 | 27 |
|
29 | 28 | security_and_analysis = { |
30 | 29 | advanced_security = false |
|
0 commit comments