source/plugins/notable/README.md
</td>
<b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_notable_filter</code></h4></td> <td rowspan="2"><p>Query filter</p> <p>Based on <a href="https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax">GitHub search syntax</a>. Supported fields are <code>stars</code>, <code>forks</code> and <code>watchers</code></p> <p>If <a href="/source/plugins/notable/README.md#plugin_notable_indepth"><code>plugin_notable_indepth</code></a> is enabled, <code>commits</code>, <code>commits.user</code>, <code>commits.user%</code> and <code>maintainer</code> fields are also supported. Some repositories may not be able to reported advanced stats and in the case the default behaviour will be to bypass filtering</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>string</code> </td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_notable_skipped</code></h4></td> <td rowspan="2"><p>Skipped repositories</p> </td> </tr> <tr> <td nowrap="nowrap">⏩ Inherits <code>repositories_skipped</code><b>type:</b> <code>array</code> <i>(newline-separated)</i>
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_notable_from</code></h4></td> <td rowspan="2"><p>Repository owner account type filter</p> <ul> <li><code>all</code>: no filtering</li> <li><code>organization</code>: only organization accounts repositories</li> <li><code>user</code>: only user accounts repositories</li> </ul> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>string</code><b>default:</b> organization
<b>allowed values:</b><ul><li>all</li><li>organization</li><li>user</li></ul></td>
</tr> <tr> <td nowrap="nowrap"><h4><code>plugin_notable_repositories</code></h4></td> <td rowspan="2"><p>Repository name</p> <p>Repositories hosted by user account will always have their full handle displayed</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>boolean</code><b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_notable_indepth</code></h4></td> <td rowspan="2"><p>Indepth mode</p> </td> </tr> <tr> <td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>: <ul> <li><i>metrics.api.github.overuse</i></li> </ul> <b>type:</b> <code>boolean</code><b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_notable_types</code></h4></td> <td rowspan="2"><p>Contribution types filter</p> <p>Use a combination of below values to include repositories where:</p> <ul> <li><code>commit</code>: a commit on default branch was made</li> <li><code>pull_request</code>: a pull request was opened</li> <li><code>issue</code>: an issue was opened</li> </ul> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>array</code> <i>(comma-separated)</i><b>default:</b> commit
<b>allowed values:</b><ul><li>commit</li><li>pull_request</li><li>issue</li></ul></td>
</tr> <tr> <td nowrap="nowrap"><h4><code>plugin_notable_self</code></h4></td> <td rowspan="2"><p>Include own repositories</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>boolean</code><b>default:</b> no
</td> </tr> </table> <!--/options-->indepth modeThe plugin_notable_indepth option collects additional stats about your contributions, such as:
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