agent-verify.yml and auto-project.yml now delegate to centralised reusable workflows in host-uk/.github, reducing per-repo duplication. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
165 B
YAML
10 lines
165 B
YAML
name: Agent Verification
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
verify:
|
|
uses: host-uk/.github/.github/workflows/agent-verify.yml@main
|
|
secrets: inherit
|