Skip to content

Commit f4965cb

Browse files
authored
Create settings.yml
1 parent 8bf34f2 commit f4965cb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/settings.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
2+
# pliancy/.github:.github/settings.yaml
3+
4+
repository:
5+
# See https://developer.github.com/v3/repos/#edit for all available settings.
6+
7+
# The name of the repository. Changing this will rename the repository
8+
name: zendesk-support-node
9+
10+
# A short description of the repository that will show up on GitHub
11+
description: NodeJS SDK for the Zendesk Support API
12+
13+
# A URL with more information about the repository
14+
homepage: https://www.npmjs.com/package/zendesk-support
15+
16+
# A comma-separated list of topics to set on the repository
17+
topics: nodejs, module, rest-api, zendesk, zendesk-support

0 commit comments

Comments
 (0)