mirror of
https://gh.wpcy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2026-04-28 05:10:57 +08:00
12 lines
256 B
Text
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}}
|