mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 22:45:23 -07:00
feat: ✨ Added contributors
This commit is contained in:
parent
1ecc571cbf
commit
d17c394165
1 changed files with 29 additions and 0 deletions
29
.github/workflows/contributors.yml
vendored
Normal file
29
.github/workflows/contributors.yml
vendored
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
|
||||||
|
name: Contributors
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ develop ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
automation-tests:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- uses: lowlighter/metrics@latest
|
||||||
|
with:
|
||||||
|
plugin_contributors: yes
|
||||||
|
plugin_contributors_base: "" # Base reference (commit, tag, branch, etc.)
|
||||||
|
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: |
|
||||||
|
{
|
||||||
|
"📚 Documentation": ["README.md", "docs/**"],
|
||||||
|
"💻 Backend": ["source/**", "src/**"],
|
||||||
|
"#️⃣ Frontend": ["src/Ombi/ClientApp/**"]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue