-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorg.yaml
25 lines (22 loc) · 969 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
23
24
25
# SPDX-FileCopyrightText: 2024 DB Systel GmbH
# SPDX-License-Identifier: CC0-1.0
# ------------------------------------------------------------------------------
# General configuration for the GitHub organisation
# ------------------------------------------------------------------------------
# Name of the GitHub organisation
org_name: example-org-on-github
# List of owners of the GitHub organisation
org_owners:
- octocat
# 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:
# Description of a team
description: ""
# 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"