Skip to content

Commit 648483e

Browse files
committed
chore: Update components in github
1 parent 15f6560 commit 648483e

4 files changed

Lines changed: 29 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ body:
2424
label: "Component"
2525
options:
2626
- "UI"
27-
- "Server"
27+
- "API Gateway"
28+
- "Upload Orchestrator"
29+
- "Metadata Service"
30+
- "Storage Service"
31+
- "Log Processor"
32+
- "Query Service"
33+
- "Analytics Service"
2834
- "CLI"
2935
- type: textarea
3036
attributes:

.github/ISSUE_TEMPLATE/chore.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@ body:
1919
label: "Component"
2020
options:
2121
- "UI"
22-
- "Server"
22+
- "API Gateway"
23+
- "Upload Orchestrator"
24+
- "Metadata Service"
25+
- "Storage Service"
26+
- "Log Processor"
27+
- "Query Service"
28+
- "Analytics Service"
2329
- "CLI"

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ body:
2626
label: "Component"
2727
options:
2828
- "UI"
29-
- "Server"
29+
- "API Gateway"
30+
- "Upload Orchestrator"
31+
- "Metadata Service"
32+
- "Storage Service"
33+
- "Log Processor"
34+
- "Query Service"
35+
- "Analytics Service"
3036
- "CLI"
3137
- type: textarea
3238
attributes:

.github/workflows/apply-component-label.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ jobs:
1616
const { issue, repository } = context.payload;
1717
const componentMap = {
1818
"UI": "component:ui",
19-
"Server": "component:server",
20-
"CLI": "component:cli"
19+
"API Gateway": "component:api-gateway",
20+
"Upload Orchestrator": "component:upload-orchestrator",
21+
"Metadata Service": "component:metadata-service",
22+
"Storage Service": "component:storage-service",
23+
"Log Processor": "components:log-processor",
24+
"Query Service": "components:query-service",
25+
"Analytics Service": "components:analytics-service",
26+
"CLI": "components:cli"
2127
};
2228
2329
// Get selected component from form (if any)

0 commit comments

Comments
 (0)