ci: restore deploy-triggered QA (#code-review) to last-working state - #8
Merged
Conversation
Brings the deploy-QA machinery back to its last-working state (commit 5868770, the parent of the removal aa01090 that landed via PR #6): - .github/workflows/qa-slack-poller.yml (cron reading #code-review) - .github/scripts/qa_slack_poller.py, qa_deploy_summary.py - the deploy-QA parts of hiring-coach-qa.yml: the workflow_call entry, the prs/component/slack_thread_ts/slack_channel inputs, and the deploy_summary job Files are byte-identical to 5868770; the scheduled post-publish QA is unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Restores the deploy-triggered / #code-review QA machinery that PR #6 removed (commit
aa01090c), bringing it back to its last-working snapshot — commit58687708, the parent of that removal.Restored files, byte-identical to
58687708:.github/workflows/qa-slack-poller.yml— cron poller reading #code-review.github/scripts/qa_slack_poller.py.github/scripts/qa_deploy_summary.py.github/workflows/hiring-coach-qa.yml— the deploy-QA parts:workflow_callentry, theprs/component/slack_thread_ts/slack_channelinputs, and thedeploy_summaryjobScope / safety
hiring-coach-qa.ymlonmaindiffered from the working snapshot only by the 81-line deploy block (0 other changes), so this restore loses nothing else.Heads-up
agent-catalogconsuming OpenSRE as a pinned image, treat this as the interim working state until that lands.