repo: reorder .github
This commit is contained in:
14
.github/scripts/quickstart/plugin/metadata.yml
vendored
Normal file
14
.github/scripts/quickstart/plugin/metadata.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: "🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>"
|
||||
category: community # Leave as it
|
||||
supports:
|
||||
- user # Support users account
|
||||
- organization # Support organizations account
|
||||
- repository # Support repositories metrics
|
||||
scopes: [] # Required scopes for personal access token
|
||||
inputs:
|
||||
|
||||
# Enable or disable plugin
|
||||
plugin_<%= name %>:
|
||||
description: description
|
||||
type: boolean
|
||||
default: no
|
||||
Reference in New Issue
Block a user