-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdefaults.yaml
More file actions
52 lines (42 loc) · 1.35 KB
/
defaults.yaml
File metadata and controls
52 lines (42 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
components:
terraform:
github/repo/defaults:
metadata:
component: github-repository
type: abstract
vars:
enabled: true
# Use the team ID, not the name.
teams:
devops: admin
# Defaults for repository
repository:
homepage_url: "https://github.com/{{ .vars.owner }}/{{ .vars.repository.name }}"
topics:
- terraform
- github
visibility: "private"
auto_init: true
gitignore_template: "TeX"
license_template: "GPL-3.0"
archived: false
archive_on_destroy: false
has_issues: false
has_discussions: false
has_projects: false
has_wiki: false
allow_merge_commit: true
allow_squash_merge: true
allow_rebase_merge: true
allow_auto_merge: true
merge_commit_title: "MERGE_MESSAGE"
merge_commit_message: "PR_TITLE"
squash_merge_commit_title: "COMMIT_OR_PR_TITLE"
squash_merge_commit_message: "COMMIT_MESSAGES"
web_commit_signoff_required: true
delete_branch_on_merge: true
allow_update_branch: true
security_and_analysis:
advanced_security: false
secret_scanning: false
secret_scanning_push_protection: false