5 references to RepoPath
Infrastructure.Tests (5)
WorkflowScripts\ExtensionReleaseFastPathWorkflowTests.cs (5)
191Assert.False(File.Exists(RepoPath(".github", "workflows", "copilot-review-dispatch.yml"))); 193var skill = File.ReadAllText(RepoPath(".agents", "skills", "code-review", "SKILL.md")); 212RepoPath(".github", "actions", "is-trusted-extension-release-pr", "action.yml")); 220var skill = File.ReadAllText(RepoPath(".agents", "skills", "code-review", "SKILL.md")); 398using var reader = new StringReader(File.ReadAllText(RepoPath(".github", "workflows", workflowName)));