[DO NOT MERGE] Migrate to the shared automation-template.yml entry point - #239
Open
rtibblesbot wants to merge 1 commit into
Open
rtibblesbot wants to merge 1 commit into
rtibblesbot wants to merge 1 commit into
Conversation
rtibblesbot
marked this pull request as ready for review
September 16, 2026 14:32
rtibblesbot
force-pushed
the
issue-238-2dfbc0
branch
from
September 16, 2026 14:33
ce0685b to
24119fd
Compare
Replaces the seven call-* workflows with one unedited copy of automation-template.yml from learningequality/.github. Routing moves to the central reusable automation.yml; no leaf logic changes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
rtibblesbot
force-pushed
the
issue-238-2dfbc0
branch
from
September 16, 2026 14:35
24119fd to
bb2acbf
Compare
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
Seven caller workflows each carried their own
on:block and its own exhaustivetypes:list, so toggling any automation meant a change in every consumer repo, and the hand-maintained lists drifted. One unedited copy ofautomation-template.ymlreplaces all seven, moving routing into the central reusableautomation.yml. No leaf automation's behaviour changes. This repo gainsgood-first-issue-commentandresolve-bot-pr-threads, per the upstream design.References
Closes #238.
Blocked by: learningequality/.github#88.
Reviewer guidance
The copy is byte-identical to upstream blob
3208db2on the #88 branch (git hash-objectto check). Two lint drifts found while copying were fixed upstream instead of locally — yamlfmt v0.16.0 stripping the blank line after the header (comment, fixed inb3bbf69) and the missing inline# zizmor: ignore[dangerous-triggers](comment, fixed in5c97f47). All hooks pass.Two things the diff does not explain on its own:
permissions:block that no caller had. Not a narrowing — every leaf job in upstreamautomation.ymldeclares its own permissions, all subsets ofcontents: write+pull-requests: write, and issue writes use the bot app token rather thanGITHUB_TOKEN.LE_BOT_APP_IDandLE_BOT_PRIVATE_KEYresolve as they do today.Post-merge, against
main:help wantedon a test issue — the header updates both times.Automationfrom the Actions tab — onlyunassign-inactive-issuesruns.Open acceptance criteria
.github/workflows/automation.ymlis an unedited copy ofautomation-template.ymlfromlearningequality/.github@mainmainyet. Copied verbatim from the #88 branch; re-synced frommainimmediately before merge.automation.yml@maindoes not exist until #88 merges, so nothing can run yet.unassign-inactive-issuesrun still fires on Mondays at 00:01 UTCAI usage
Used Claude Code to inspect the seven callers, fetch the template verbatim, and diff its trigger set against theirs. Verified with the full test suite, prek, and actionlint.
🤖 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 14:38 UTC