Skip to content

Commit a1093d5

Browse files
committed
Added settings.yml
1 parent 15984ee commit a1093d5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/settings.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
2+
extends: cloudposse/.github
3+
4+
repository:
5+
# A URL with more information about the repository
6+
homepage: https://cloudposse.com
7+
8+
# Either `true` to enable projects for this repository, or `false` to disable them.
9+
# If projects are disabled for the organization, passing `true` will cause an API error.
10+
has_projects: false
11+
12+
# Either `true` to enable the wiki for this repository, `false` to disable it.
13+
has_wiki: false

0 commit comments

Comments
 (0)