Skip to content

Commit 6c2a01c

Browse files
Ubuntuclaude
andcommitted
fix: use local scaffolder templates instead of remote URLs
Switch AI Generate UT Cases and AI Check UT Quality templates from remote GitHub URLs to local files so variable replacements for dev/main branch defaults take effect. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 07fa78f commit 6c2a01c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,14 @@ catalog:
187187
- allow: [Component, System, API, Group, User, Resource, Location, Template]
188188
locations:
189189
# AI Check UT Quality template
190-
- type: url
191-
target: https://github.com/sourcefuse/ai-test-quality-analyzer/blob/CheckUnitTestCases/scaffolder/ut-quality-workflow/template.yaml
190+
- type: file
191+
target: ../../templates/github-workflow/template.yaml
192192
rules:
193193
- allow: [Template]
194194

195195
# AI Generate UT Cases template
196-
- type: url
197-
target: https://github.com/sourcefuse/ai-test-quality-analyzer/blob/GenerateUnitTestCases/scaffolder/generate-ut-workflow/template.yaml
196+
- type: file
197+
target: ../../templates/generate-ut-workflow/template.yaml
198198
rules:
199199
- allow: [Template]
200200

0 commit comments

Comments
 (0)