[DO NOT MERGE] Migrate to the shared automation.yml entry point - #353
Open
rtibblesbot wants to merge 1 commit into
Open
rtibblesbot wants to merge 1 commit into
rtibblesbot wants to merge 1 commit into
Conversation
learningequality/.github#88 flattens pull-request-target.yml into one reusable automation.yml and deletes the dispatcher the old caller used. .github/workflows/automation.yml is a verbatim copy of automation-template.yml from learningequality/.github. Never edit it locally — the on: block is generated as the union of every enabled automation, and central enable/disable lives in automation-registry.yml upstream. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
rtibblesbot
marked this pull request as ready for review
September 16, 2026 13:39
3 tasks
Member
|
Follow-up, not a blocker for this pull request: #354 asks for the automation secrets, including the two required ones this repo cannot see.
|
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.
Summary
The dispatcher behind this repo's
call-pull-request-target.ymlis being deleted upstream, which would leave review-request routing, pull-request labelling and dependabot review assignment with nothing to call. This replaces that caller with.github/workflows/automation.yml, a verbatim copy of the generated shared template: the repo keeps those three automations and gains ten more, mostly community-contribution flows. The copy is never edited locally — itson:block is the generated union of all 13 automations, and enable/disable is central upstream inautomation-registry.yml.Acceptance criteria not met
learningequality/.github@mainautomation-template.ymldoes not exist onmainyet (404). The copy is byte-identical to theconsolidate-automation-entrypointbranch; re-diff againstmainbefore merging.[DO NOT MERGE]title prefix only.LE_BOT_APP_IDandLE_BOT_PRIVATE_KEYresolve in a workflow runLE_BOT_APP_IDis empty in this repo — all 32 non-skipped runs of the old caller since 2026-06-26 failed atGenerate App Token, 0 succeeded. Pre-existing; needs an admin to set both.Generate App Tokenexactly as today;resolve-bot-pr-threadsusesGITHUB_TOKENand starts working.TODO
docs/automation.md.Reviewer guidance
?ref=once the upstream PR merges.prek run --all-filespasses with the copy unmodified.concurrency/pre_jobhouse pattern (does not apply to a generated copy), unusedon:types andsecrets:keys (part of the generated union), noCHANGELOG.mdentry (CI-only).SLACK_WEBHOOK_URL,SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL,CONTRIBUTIONS_SPREADSHEET_ID,CONTRIBUTIONS_SHEET_NAME,GH_UPLOADER_GCP_SA_CREDENTIALS) are accepted as absent — the secrets API reads 403 with this token, so presence is unconfirmable either way. An absent one does not disable its automation; the automation runs and its own step fails.Issues addressed
Closes #352. Blocked by learningequality/.github#88. Part of learningequality/.github#86.
Documentation
docs/automation.mdinlearningequality/.github.AI usage
Used Claude Code to copy the template, delete the old caller, and read this repo's run history for the secret state. Verified with a byte-diff against upstream and
prek run --all-files.🤖 Generated with Claude Code
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
🟡 Waiting for feedback
Last updated: 2026-09-16 13:41 UTC