WorkflowScripts\ExtensionWorkflowTests.cs (6)
26Assert.False(File.Exists(RepoPath(".github", "actions", "is-trusted-extension-release-pr", "action.yml")));
27Assert.False(File.Exists(RepoPath(".github", "actions", "is-trusted-extension-release-pr", "validate.ps1")));
212Assert.False(File.Exists(RepoPath(".github", "workflows", "copilot-review-dispatch.yml")));
214var skill = File.ReadAllText(RepoPath(".agents", "skills", "code-review", "SKILL.md"));
232var skill = File.ReadAllText(RepoPath(".agents", "skills", "code-review", "SKILL.md"));
319using var reader = new StringReader(File.ReadAllText(RepoPath(".github", "workflows", workflowName)));