-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
57 lines (57 loc) · 1.64 KB
/
config.yaml
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
orgs:
thisisnottheorganisationyourelookingfor:
company: thisisnottheorganisationyourelookingfor
name: thisisnottheorganisationyourelookingfor
email: ""
location: Wellington, New Zealand
description: |
you are not looking for it
has_organization_projects: true
has_repository_projects: true
default_repository_permission: read
members_can_create_repositories: false
admins:
- BobyMCbobs
- thisisnottheadminyourelookingfor
members:
- caleb-ii-no-authorization
billing_email: calebwoodbine.public+thisisnottheorganisationyourelookingfor@gmail.com
teams:
team-go:
description: we're team go! we're on the go!
privacy: closed
maintainers:
- BobyMCbobs
members:
- caleb-ii-no-authorization
repos:
somerepo: admin
repos:
org:
default_branch: main
has_projects: true
something:
default_branch: main
has_projects: true
thecoolthing:
default_branch: main
has_projects: true
somerepo:
default_branch: main
has_projects: true
branch-protection:
orgs:
thisisnottheorganisationyourelookingfor:
# Disable protection unless overridden (overrides parent setting of true)
protect: false
repos:
thecoolthing:
protect: false
branches:
main:
# Protect the secure branch (overrides inhereted parent setting of false)
protect: true
# Require the foo status context
required_status_checks:
contexts:
- hi