ci: replace pull-request-target caller with automation template - #171
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 deletes pull-request-target.yml. Replaces the caller with an unedited copy of automation-template.yml. Do not merge before learningequality/.github#88 — the copy calls automation.yml@main, which does not exist until learningequality#88 lands. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
rtibblesbot
marked this pull request as ready for review
September 16, 2026 13:40
2 tasks
Member
|
Follow-up, not a blocker for this pull request: #172 asks for the five optional automation secrets. This repo can already 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 shared
pull-request-target.ymldispatcher behind this repo's caller is being deleted, which would stop review-request routing, pull request labelling and dependabot reviewer assignment. This swaps the caller for an unedited copy of the org's generated automation template, keeping those three automations and switching on ten more that act on community contribution flows.The copy must stay byte-identical to upstream. Its
on:block is generated as the union of every enabled automation, so the file is the same in all eight consumer repos; automations are enabled and disabled org-wide inautomation-registry.yml, never per repo.References
Closes #170. Tracking: learningequality/.github#86.
Acceptance criteria not met
automation-template.ymlonlearningequality/.github@mainmainyet — it exists only on theconsolidate-automation-entrypointbranch. The copy is byte-identical to that snapshot.[DO NOT MERGE].LE_BOT_APP_IDandLE_BOT_PRIVATE_KEYresolve in a workflow rungh secret list403s, so this rests on the old caller's last five runs all succeeding (2026-08-01) andrelease_ppa.ymlfeeding both toactions/create-github-app-token@v3in a run that succeeded 2026-07-14. The new workflow's first run confirms it directly.gh secret listreturns 403 at repo and org scope for this account, and no workflow here referencesSLACK_WEBHOOK_URL,SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL,CONTRIBUTIONS_SPREADSHEET_ID,CONTRIBUTIONS_SHEET_NAMEorGH_UPLOADER_GCP_SA_CREDENTIALS, so there is no run evidence either. Needs an admin. The issue heads this list "four" and names five; five is correct perdocs/automation.md.main. Also confirmunassign-inactive-issuesafter the first Monday00:01UTC run: success, or failure only on its Slack step.Reviewer guidance
IDENTICAL:mainrather than reconciling by hand — the template is regenerated from the registry and can change between the branch snapshot and the merge commit.Open risks:
automation.yml@main, which does not exist until Need option for a --debug flag #88 lands.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URLalone reaches four automations.AI usage
Used Claude Code to copy the upstream template, delete the old caller, and draft this description. Verified with a byte-diff against the upstream template,
yamllint, and the full test suite.🤖 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