You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/.github/workflows/contributors.yml

29 lines
615 B

name: Contributors
on:
push:
branches: [ develop ]
workflow_dispatch:
jobs:
update-contributors:
runs-on: ubuntu-latest
steps:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.PERSONAL_PAT }}
filename: metrics.plugin.contributors.categories.svg
template: repository
repo: Ombi
base: ""
plugin_contributors: yes
plugin_contributors_sections: categories
plugin_contributors_categories: |
{
"📚 Documentation": ["README.md", "docs/**"],
"💻 Code": ["src/**"]
}