We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15984ee commit a1093d5Copy full SHA for a1093d5
.github/settings.yml
@@ -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