mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 14:35:24 -07:00
try again
This commit is contained in:
parent
8d6c695676
commit
0238e42ce1
1 changed files with 3 additions and 5 deletions
8
.github/workflows/contributors.yml
vendored
8
.github/workflows/contributors.yml
vendored
|
@ -16,12 +16,10 @@ jobs:
|
||||||
- uses: lowlighter/metrics@latest
|
- uses: lowlighter/metrics@latest
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.WORKFLOW_PAT }}
|
token: ${{ secrets.WORKFLOW_PAT }}
|
||||||
|
filename: metrics.plugin.contributors.svg
|
||||||
|
template: repository
|
||||||
plugin_contributors: yes
|
plugin_contributors: yes
|
||||||
plugin_contributors_base: "" # Base reference (commit, tag, branch, etc.)
|
plugin_contributors_sections: categories
|
||||||
plugin_contributors_head: main # Head reference (commit, tag, branch, etc.)
|
|
||||||
plugin_contributors_ignored: bot # Ignore "bot" user
|
|
||||||
plugin_contributors_contributions: yes # Display number of contributions for each contributor
|
|
||||||
plugin_contributors_sections: contributors # Display contributors sections
|
|
||||||
plugin_contributors_categories: |
|
plugin_contributors_categories: |
|
||||||
{
|
{
|
||||||
"📚 Documentation": ["README.md", "docs/**"],
|
"📚 Documentation": ["README.md", "docs/**"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue