scaffold-package-command/templates/github-settings.mustache
2017-11-29 08:44:10 -08:00

12 lines
256 B
Text

# Used by Probot Settings: https://probot.github.io/apps/settings/
repository:
{{#has_description}}
description: {{description}}
{{/has_description}}
{{#has_labels}}
labels:
{{#labels}}
- name: {{name}}
color: {{color}}
{{/labels}}
{{/has_labels}}