6.6 KiB
| ← Back to plugins index | |
🎩 Notable contributions | |
|---|---|
This plugin displays badges for notable contributions on repositories. | |
| ⚠️ Disclaimer | 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) |
|
|
|
|
➡️ Available options
| Option | Description |
|
Enable notable plugin |
✨ On master/maintype: boolean
default: no |
|
|
Query filter Based on GitHub search syntax.
Supported fields are If |
✨ On master/maintype: string
|
|
|
Skipped repositories |
⏩ Inherits repositories_skipped✨ On master/maintype: array
(newline-separated)
|
|
|
Repository owner account type filter
|
✨ On master/maintype: string
default: organization allowed values:
|
|
|
Repository name Repositories hosted by user account will always have their full handle displayed |
✨ On master/maintype: boolean
default: no |
|
|
Indepth mode |
✨ On master/main🌐 Web instances must configure settings.json:
boolean
default: no |
|
|
Contribution types filter Use a combination of below values to include repositories where:
|
✨ On master/maintype: array
(comma-separated)
default: commit allowed values:
|
|
|
Include own repositories |
✨ On master/maintype: boolean
default: no |
🔎 indepth mode
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.
ℹ️ Examples workflows
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