mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 14:35:24 -07:00
fix: 🐛 syntax
This commit is contained in:
parent
d17c394165
commit
ed9824d541
1 changed files with 5 additions and 5 deletions
10
.github/workflows/contributors.yml
vendored
10
.github/workflows/contributors.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
|||
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/**"]
|
||||
}
|
||||
{
|
||||
"📚 Documentation": ["README.md", "docs/**"],
|
||||
"💻 Backend": ["source/**", "src/**"],
|
||||
"#️⃣ Frontend": ["src/Ombi/ClientApp/**"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue