mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Merge pull request #4328 from Ombi-app/contributors
ci: 🚀 Added contributors to the readme
This commit is contained in:
commit
b95d0cc227
2 changed files with 29 additions and 3 deletions
28
.github/workflows/contributors.yml
vendored
Normal file
28
.github/workflows/contributors.yml
vendored
Normal file
|
@ -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/**"]
|
||||
}
|
|
@ -68,9 +68,7 @@ Here are some of the features Ombi has:
|
|||
|
||||
# Contributors
|
||||
|
||||
We are looking for any contributions to the project! Just pick up a task, if you have any questions ask and i'll get straight on it!
|
||||
|
||||
Please feel free to submit a pull request!
|
||||
[](/metrics.plugin.contributors.categories.svg)
|
||||
|
||||
# Donation
|
||||
If you feel like donating you can donate with the below buttons!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue