-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yml
70 lines (68 loc) · 1.62 KB
/
settings.yml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
repository:
name: terraform-tfe-registry
description: Terraform module to manage the following Terraform Cloud/Enterprise resource (tfe_registry_module)
homepage: https://registry.terraform.io/modules/dhoppeIT/registry/tfe/latest
topics: terraform, tfe, registry-module
private: false
has_issues: true
has_projects: false
has_wiki: false
has_downloads: true
default_branch: main
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
delete_branch_on_merge: true
enable_automated_security_fixes: true
enable_vulnerability_alerts: true
archived: false
labels:
- name: backwards-incompatible
color: eb6420
- name: beginner-friendly
color: d4c5f9
- name: bug
color: 0e8a16
- name: docs
color: 006b75
- name: duplicate
color: cccccc
- name: enhancement
color: 0052cc
- name: invalid
color: e4e669
- name: needs-docs
color: 006b75
- name: needs-feedback
color: 5319e7
- name: needs-help
color: d4c5f9
- name: needs-rebase
color: 207de5
- name: needs-squash
color: c2e0c6
- name: needs-tests
color: f7c6c7
- name: needs-work
color: fbca04
- name: release-summary
color: bfdadc
- name: skip-changelog
color: 343e4c
- name: tests-fail
color: e11d21
- name: wont-fix
color: "000000"
branches:
- name: main
protection:
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: true
required_status_checks:
strict: true
contexts: []
enforce_admins: null
required_linear_history: true
restrictions: null