← Back to plugins index | |
This plugin displays badges for notable contributions on repositories. | |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with GitHub. All product and company names are trademarks™ or registered® trademarks of their respective holders. | |
Supported features → Full specification |
📗 Classic template |
👤 Users |
|
🔑 (scopeless) read:org (optional) read:user (optional) read:packages (optional) repo (optional) |
|
Option | Description |
Enable notable plugin |
|
type: boolean
default: no |
|
Query filter Based on GitHub search syntax.
Supported fields are If |
|
type: string
|
|
Skipped repositories |
|
⏩ Inherits repositories_skipped type: array
(newline-separated)
|
|
Repository owner account type filter
|
|
type: string
default: organization allowed values:
|
|
Repository name Repositories hosted by user account will always have their full handle displayed |
|
type: boolean
default: no |
|
Indepth mode |
|
🌐 Web instances must configure settings.json :
boolean
default: no |
|
Contribution types filter Use a combination of below values to include repositories where:
|
|
type: array
(comma-separated)
default: commit allowed values:
|
|
Include own repositories |
|
type: boolean
default: no |
The plugin_notable_indepth
option collects additional stats about your contributions, such as:
- Total number of commits within a repository or organization.
For each of the above, a badge is awarded. Its color and progress depends of the associated value.
name: Contributions
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.notable.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_notable: yes
name: Indepth analysis
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.notable.indepth.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_notable: yes
plugin_notable_indepth: yes
plugin_notable_repositories: yes