[TASK] Migrate backport to shared reusable workflow#188
Merged
linawolf merged 1 commit intoJul 7, 2026
Merged
Conversation
blog_example was the last TYPO3-Documentation repo still using the broken m-kuhn/backport@30b6e83 action (missing dist/index.js). Replaces it with the org shared reusable-backport.yml (korthout/backport-action under the hood), matching the 9 already-migrated repos. Tracked in TYPO3-Documentation/.github#5. Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
linawolf
approved these changes
Jul 7, 2026
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
blog_example was the last TYPO3-Documentation repo still referencing the broken
m-kuhn/backport@30b6e83action (missingdist/index.js— the original bug that started the shared-workflows initiative). This replaces it with the org sharedreusable-backport.yml, matching the 9 already-migrated repos.Change
The shared workflow generates a GitHub App token from
APP_ID/APP_PRIVATE_KEY(so backport PRs trigger their own CI) — it does not fall back toGITHUB_TOKEN. The 9 sibling repos rely on these secrets being available org-wide, but I could not verify that blog_example has access (secret listing is admin-gated). Please confirm blog_example is in the scope of the orgAPP_ID/APP_PRIVATE_KEYsecrets before relying on the first backport. This is not a regression risk: the current action is already broken, so the migration is neutral-or-better either way.Reference style
Uses
@main, matching the open migration PRs (TYPO3-Documentation/TYPO3CMS-Tutorial-Editors#258, TYPO3-Documentation/render-guides#1196) and the recommendation in ADR-003 (TYPO3-Documentation/.github#6). If maintainers decide on SHA-pinning there, this can be pinned to match.Related
Test plan
actionlintcleanAPP_ID/APP_PRIVATE_KEYreach blog_example