mirror of https://github.com/Ombi-app/Ombi
Merge pull request #4328 from Ombi-app/contributors
ci: 🚀 Added contributors to the readme
pull/4333/head
commit
b95d0cc227
@ -0,0 +1,28 @@
|
||||
name: Contributors
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update-contributors:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: ${{ secrets.WORKFLOW_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/**"]
|
||||
}
|
Loading…
Reference in new issue