Files
metrics/source/plugins/support/README.md
2022-01-14 01:40:24 -05:00

38 lines
984 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### 💭 GitHub Community Support
The *support* plugin lets you display your statistics from [GitHub Support Community](https://github.community/).
<table>
<td align="center">
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.support.svg">
<img width="900" height="1" alt="">
</td>
</table>
An account on [GitHub Support Community](https://github.community/) is required to use this plugin.
#### ➡️ Available options
<!--options-->
| Option | Type *(format)* **[default]** *{allowed values}* | Description |
| ------ | -------------------------------- | ----------- |
| `plugin_support` | `boolean` **[no]** | GitHub Community Support metrics |
<!--/options-->
*[→ Full specification](metadata.yml)*
#### Examples workflows
<!--examples-->
```yaml
name: GitHub Community Support
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.support.svg
token: NOT_NEEDED
plugin_support: 'yes'
```
<!--/examples-->