ci: restore materialized workflow synchronization - #48
Merged
Merged
Conversation
Signed-off-by: Vitor Mattos <vitor@php.rio>
vitormattos
force-pushed
the
fix/materialized-workflow-sync
branch
from
September 20, 2026 18:43
2be3b8b to
1cec09b
Compare
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
Signed-off-by: Vitor Mattos <vitor@php.rio>
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
Restore the Nextcloud-style workflow distribution model for the Extract validation path while keeping LibreCode patches as small as possible.
The rule for these downstream patches is: preserve the Nextcloud workflow verbatim unless a change is required for LibreCode infrastructure or for a specific consumer.
This PR:
sync-workflow-templates.ymlas an immutable upstream source;lint-eslint.ymlinstead of a reusable-workflow caller;ubuntu-latest-lowrunners;.github/workflows/<workflow>.patch;LibreCodeCoop/extractfrom the old central push-based consumer list so Extract can validate the pull-based updater itself.Expected flow:
nextcloud/.github -> immutable vendor source -> minimal LibreCode patch -> github-workflows/workflow-templates -> LibreCodeCoop/.github -> consumer sync-workflow-templates.yml -> reviewable consumer PRThe first end-to-end consumer validation will be done in
LibreCodeCoop/extract, with any Extract-specific branch adaptations kept local to that repository.