Skip to content

Commit 61ba98d

Browse files
committed
Remove lucide & replace by octicons
1 parent 8420994 commit 61ba98d

27 files changed

Lines changed: 34 additions & 224 deletions

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ For example: `ci/django.yml` and `ci/properties/django.properties.json`, or `age
4848

4949
* `name`: the name shown in onboarding. This property is unique within the repository.
5050
* `description`: the description shown in onboarding
51-
* `iconName`: the icon name in the relevant folder, for example, `django` should have an icon `icons/django.svg`. Supported formats:
52-
- **Local SVG**: Use the file name without extension (e.g., `django` for `icons/django.svg`)
53-
- **Octicon**: Use `octicon <<icon name>>` (e.g., `octicon person`). See [octicons](https://primer.style/octicons/).
54-
- **Lucide**: Use `lucide <<icon name>>` (e.g., `lucide bug`). See [lucide icons](https://lucide.dev/icons/).
51+
* `iconName`: the icon name in the relevant folder, for example, `django` should have an icon `icons/django.svg`. Only SVG is supported at this time. Another option is to use [octicon](https://primer.style/octicons/). The format to use an octicon is `octicon <<icon name>>`. Example: `octicon person`
5552
* `creator`: creator of the template shown in onboarding. All the workflow templates from an author will have the same `creator` field.
5653
* `categories`: the categories that it will be shown under. Choose at least one category from the list [here](#categories). Further, choose the categories from the list of languages available [here](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml) and the list of tech stacks available [here](https://github.com/github-starter-workflows/repo-analysis-partner/blob/main/tech_stacks.yml). When a user views the available templates, those templates that match the language and tech stacks will feature more prominently.
5754

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CI Doctor",
33
"description": "Monitor CI workflows and investigate failures automatically.",
4-
"iconName": "lucide stethoscope",
4+
"iconName": "octicon pulse",
55
"categories": ["Agentic", "Fault Analysis"]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Code Simplifier",
33
"description": "Automatically simplify recently modified code for improved clarity and maintainability.",
4-
"iconName": "lucide wand-sparkles",
4+
"iconName": "octicon sparkles-fill",
55
"categories": ["Agentic", "Code Improvement"]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Daily Documentation Updater",
33
"description": "Automatically update documentation based on recent code changes and merged PRs.",
4-
"iconName": "lucide scroll-text",
4+
"iconName": "octicon book",
55
"categories": ["Agentic", "Code Improvement"]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Daily Repo Status",
33
"description": "Assess repository activity and create status reports.",
4-
"iconName": "lucide users",
4+
"iconName": "octicon people",
55
"categories": ["Agentic", "Research & Planning"]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Daily Team Status",
33
"description": "Create upbeat daily team activity summaries with productivity insights.",
4-
"iconName": "lucide user-round",
4+
"iconName": "octicon person",
55
"categories": ["Agentic", "Research & Planning"]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Daily Test Improver",
33
"description": "Improve test coverage by adding meaningful tests to under-tested areas.",
4-
"iconName": "lucide test-tube",
4+
"iconName": "octicon beaker",
55
"categories": ["Agentic", "Code Improvement"]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Duplicate Code Detector",
33
"description": "Identify duplicate code patterns and suggest refactoring opportunities.",
4-
"iconName": "lucide copy",
4+
"iconName": "octicon search",
55
"categories": ["Agentic", "Code Improvement"]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Issue Triage",
33
"description": "Triage labelling of issues and pull requests and not much more.",
4-
"iconName": "lucide tag",
4+
"iconName": "octicon tag",
55
"categories": ["Agentic", "Maintainer"]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PR Fix",
33
"description": "Analyze failing CI checks and implement fixes for pull requests.",
4-
"iconName": "lucide wrench",
4+
"iconName": "octicon tools",
55
"categories": ["Agentic", "Fault Analysis"]
66
}

0 commit comments

Comments
 (0)