docs(contributing): add scopes metadata for plugin

This commit is contained in:
lowlighter
2021-12-20 10:54:55 -05:00
parent 41e175f3d9
commit 88af9a7651
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ supports:
- user # Support users account - user # Support users account
- organization # Support organizations account - organization # Support organizations account
- repository # Support repositories metrics - repository # Support repositories metrics
scopes: [] # Required scopes for personal access token
inputs: inputs:
# Enable or disable plugin # Enable or disable plugin

View File

@@ -283,6 +283,7 @@ supports:
- user # Support users account - user # Support users account
- organization # Support organizations account - organization # Support organizations account
- repository # Support repositories metrics - repository # Support repositories metrics
scopes: [] # Required scopes for personal access token
formats: formats:
- svg # Support SVG output - svg # Support SVG output
- png # Support PNG output - png # Support PNG output