Skip to content

Commit 97934ab

Browse files
jeffhandleyCopilot
andcommitted
Add conformance-tier-audit agentic workflow
Create a GitHub Agentic Workflow that runs the MCP SDK conformance tier audit every Thursday at 14:00 UTC (6:00 AM PST). The workflow uses the Copilot CLI engine to follow the conformance-tier-audit skill and writes the assessment and remediation reports to the GitHub Actions step summary. Scheduled runs are blocked on forks; workflow_dispatch works on both upstream and forks. - conformance-tier-audit.md: Source workflow with frontmatter (schedule, runtimes, network, tools) and natural-language instructions for the agent - conformance-tier-audit.lock.yml: Compiled workflow (gh-aw v0.62.2) with SHA-pinned actions and firewall configuration - actions-lock.json: SHA-pinned action references Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f448e87 commit 97934ab

4 files changed

Lines changed: 633 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@
6262
*.fsproj text
6363
*.dbproj text
6464
*.sln text eol=crlf
65+
66+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v8": {
4+
"repo": "actions/github-script",
5+
"version": "v8",
6+
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
7+
},
8+
"github/gh-aw-actions/setup@v0.62.2": {
9+
"repo": "github/gh-aw-actions/setup",
10+
"version": "v0.62.2",
11+
"sha": "20045bbd5ad2632b9809856c389708eab1bd16ef"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)