generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.yml
29 lines (23 loc) · 1.14 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
# The settings are inherited from common repository repo-settings (same file name and location)
# You can append settings that are deeply merged with the inherited settings.
#
# When you have installed the GitHub App "repo-settings" in this repository,
# any change of this settings.yml file is detected by the GitHub App and
# the settings of this repository are updated immediately.
#
_extends: repo-settings:.github/common-settings-v2.yml
# repo-specific settings
#
repository:
# See https://terraform-ibm-modules.github.io/documentation/#/implementation-guidelines?id=module-names-and-descriptions
# By changing this field, you rename the repository.
# Uncomment this name property and set the name to the current repo name.
# name: ""
# The description is displayed under the repository name on the
# organization page and in the 'About' section of the repository.
# Uncomment this description property
# and update the description to the current repo description.
# description: ""
# Uncomment this topics property
# and add a comma-separated list of topics to set on the repo.
# topics: terraform, ibm-cloud, terraform-module