Skip to content

Commit c3fa66b

Browse files
authored
Fix GitHub repository name and clean up config
1 parent e36cb95 commit c3fa66b

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

src/data/config.mjs

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const config = [
3030
{
3131
"title": "dynamic-tools-middleware",
3232
"githubUserName": "flowMCP",
33-
"githubRepository": "dynamic-tools-middleware",
33+
"githubRepository": "mcp-dynamic-tools-middleware",
3434
"githubWorkflowPath": "test-on-release.yml"
3535
}
3636
]
@@ -76,24 +76,6 @@ const config = [
7676
"githubWorkflowPath": "test-on-release.yml"
7777
}
7878
]
79-
},
80-
{
81-
'replace': '{{privateShare}}',
82-
'preset': 'githubDetailsCodeCoverage',
83-
'projects': [
84-
{
85-
"title": "privateShare-core",
86-
"githubUserName": "FlowMCP",
87-
"githubRepository": "privateShare-core",
88-
"githubWorkflowPath": "test-on-release.yml"
89-
},
90-
{
91-
"title": "privateShare-mcp-middleware",
92-
"githubUserName": "FlowMCP",
93-
"githubRepository": "privateShare-mcp-middleware",
94-
"githubWorkflowPath": "test-on-release.yml"
95-
}
96-
]
9779
}
9880
]
9981

0 commit comments

Comments
 (0)