-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathorg.yaml
22 lines (20 loc) · 867 Bytes
/
org.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ------------------------------------------------------------------------------
# General configuration for the GitHub organisation
# ------------------------------------------------------------------------------
# Name of the GitHub organisation
org_name: OpenRailAssociation
# List of owners of the GitHub organisation
org_owners:
- cornelius
- loic-hamelin
- mxmehl
# Default settings. Will be overridden if set in a team.
# If neither defaults nor team settings are present:
# - when creating a new team, will take GitHub's defaults.
# - when syncing setting of a team, will not touch the current status.
defaults:
team:
# Level of privacy of a team. Can be "secret" or "closed"
privacy: "closed"
# Notification setting of a team. Can be "notifications_enabled" or "notifications_disabled"
notification_setting: "notifications_enabled"