Replace all instances of "categorie" with "category" (#340)

This commit is contained in:
Nixinova
2021-05-29 10:56:22 +12:00
committed by GitHub
parent 8efbc753a4
commit f5d3883308
42 changed files with 50 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
name: "🏆 Achievements"
cost: ~5 GraphQL request
categorie: github
category: github
index: 17
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "📰 Recent activity"
cost: 1 REST request per 100 events
categorie: github
category: github
index: 16
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🌸 Anilist watch list and reading list"
cost: N/A
categorie: social
category: social
index: 4
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🗃️ Base content"
cost: 2 GraphQL requests + 1 GraphQL request per 100 repositories fetched
categorie: core
category: core
supports:
- user
- organization

View File

@@ -1,6 +1,6 @@
name: "🏅 Repository contributors"
cost: N/A
categorie: github
category: github
index: 5
supports:
- repository

View File

@@ -1,6 +1,6 @@
name: "🧱 Core"
cost: N/A
categorie: core
category: core
supports:
- user
- organization

View File

@@ -1,6 +1,6 @@
name: "🎟️ Follow-up of issues and pull requests"
cost: 0 API request (1 GraphQL request if "user" section is enabled)
categorie: github
category: github
index: 11
supports:
- user
@@ -22,4 +22,4 @@ inputs:
default: repositories
values:
- repositories # Overall status of issues and pull requests on your repositories
- user # Overall status of issues and pull requests you have created on GitHub
- user # Overall status of issues and pull requests you have created on GitHub

View File

@@ -1,6 +1,6 @@
name: "🎫 Gists"
cost: 1 GraphQL request per 100 gists
categorie: github
category: github
index: 10
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "💡 Coding habits"
cost: 1 REST request per 100 events + 1 REST request pet commit
categorie: github
category: github
index: 3
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🙋 Introduction"
cost: 1 GraphQL request
categorie: github
category: github
index: 2
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "📅 Isometric commit calendar"
cost: 2-3 REST requests
categorie: github
category: github
index: 0
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🈷️ Most used languages"
cost: 0 API request (1 per 100 events fetched when using recently-used section)
categorie: github
category: github
index: 1
supports:
- user
@@ -106,4 +106,4 @@ inputs:
type: number
default: 14
min: 0
max: 365
max: 365

View File

@@ -115,7 +115,7 @@ export default async function({login, q, imports, data, graphql, queries, accoun
}
}
/**Licenses colorizer (based on categorie) */
/**Licenses colorizer (based on category) */
function colors(licenses) {
for (const [license, value] of Object.entries(licenses)) {
const [permissions, conditions] = [value.permissions, value.conditions].map(properties => properties.map(({key}) => key))

View File

@@ -1,6 +1,6 @@
name: "📜 Repository licenses"
cost: N/A
categorie: github
category: github
index: 4
supports:
- repository

View File

@@ -1,6 +1,6 @@
name: "👨‍💻 Lines of code changed"
cost: 1 REST request per repository
categorie: github
category: github
index: 12
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🎼 Music plugin"
cost: N/A
categorie: social
category: social
index: 2
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "💉 Nightscout"
cost: N/A
categorie: other
category: other
index: 3
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🎩 Notable contributions"
cost: 1 GraphQL request per 100 repositories fetched
categorie: github
category: github
index: 18
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "⏱️ Website performances"
cost: N/A
categorie: social
category: social
index: 1
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🧑‍🤝‍🧑 People plugin"
cost: 1 GraphQL request per 100 users + 1 REST request per user in "plugin_people_thanks"
categorie: github
category: github
index: 9
supports:
- user
@@ -79,4 +79,4 @@ inputs:
plugin_people_shuffle:
description: Shuffle users
type: boolean
default: no
default: no

View File

@@ -1,6 +1,6 @@
name: "✒️ Recent posts"
cost: N/A
categorie: social
category: social
index: 6
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🗂️ Active projects"
cost: 1 GraphQL request + 1 GraphQL request per repository project
categorie: github
category: github
index: 15
supports:
- user
@@ -39,4 +39,4 @@ inputs:
plugin_projects_descriptions:
description: Display projects descriptions
type: boolean
default: no
default: no

View File

@@ -1,6 +1,6 @@
name: "🎭 Comment reactions"
cost: 1 GraphQL request per 100 issues and issues comments fetched
categorie: github
category: github
index: 8
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🗼 Rss feed"
cost: N/A
categorie: social
category: social
index: 6.5
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "📸 Website screenshot"
cost: N/A
categorie: other
category: other
index: 2
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🌇 GitHub Skyline 3D calendar"
cost: N/A
categorie: github
category: github
index: 20
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🗨️ Stackoverflow plugin"
cost: N/A
categorie: social
category: social
index: 5
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "✨ Stargazers over last weeks"
cost: 1 GraphQL request per 100 stargazers
categorie: github
category: github
index: 14
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🌟 Recently starred repositories"
cost: 1 GraphQL request
categorie: github
category: github
index: 6
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "💹 Stock prices"
cost: N/A
categorie: other
category: other
index: 1
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "💭 GitHub Community Support"
cost: N/A
categorie: github
category: github
index: 19
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "📌 Starred topics"
cost: N/A
categorie: github
category: github
index: 7
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🧮 Repositories traffic"
cost: 1 REST request per repository
categorie: github
category: github
index: 13
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "🐤 Latest tweets"
cost: N/A
categorie: social
category: social
index: 3
supports:
- user

View File

@@ -1,6 +1,6 @@
name: "⏰ WakaTime plugin"
cost: N/A
categorie: social
category: social
index: 7
supports:
- user