Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit a3028d3

Browse files
Cutover: dispatch to dogfood-lab/testing-os (#5)
The dogfood evidence store moved from mcp-tool-shop-org/dogfood-labs to the new flagship monorepo dogfood-lab/testing-os (Wave 6 of the testing-os migration). This workflow now dispatches to the new repo. Old repo stays available read-only until Wave 7 archives it. Once this PR merges, dogfood evidence from this repo lands in the new home. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8acf448 commit a3028d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dogfood.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
echo "Submission built:"
156156
jq '.run_id, .overall_verdict' /tmp/submission.json
157157
158-
- name: Dispatch to dogfood-labs
158+
- name: Dispatch to testing-os
159159
env:
160160
GH_TOKEN: ${{ secrets.DOGFOOD_TOKEN }}
161161
run: |
@@ -169,7 +169,7 @@ jobs:
169169
170170
jq -n --argjson sub "$SUBMISSION" \
171171
'{"event_type":"dogfood_submission","client_payload":{"submission":$sub}}' \
172-
| gh api repos/mcp-tool-shop-org/dogfood-labs/dispatches \
172+
| gh api repos/dogfood-lab/testing-os/dispatches \
173173
--input - --silent
174174
175-
echo "Dispatched $RUN_ID to dogfood-labs"
175+
echo "Dispatched $RUN_ID to testing-os"

0 commit comments

Comments
 (0)