feat: archived-repo pattern + reusable-workflows archival groundwork#88
Merged
Merged
Conversation
…ival Phase 1 of devantler-tech/actions#425 AC3: a new deploy/archived-repositories/ dir (outside the repositories/ shared merge-policy patch, which would 422 against a read-only repo every reconcile) Observe-adopts reusable-workflows, and the repo's three active management CRs (labels, repository-permissions, team-repositories) are removed — all omit Delete, so pruning never touches live GitHub. Phase 2 (the archived: true flip) follows once the org required-workflow rulesets are repointed off the repo (.github#87). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
📝 WalkthroughWalkthroughAdds an Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
devantler
added a commit
that referenced
this pull request
Jul 10, 2026
Promote the reusable-workflows Repository CR from Observe-only to Observe+Update+LateInitialize with archived: true, per the two-phase lifecycle documented in deploy/archived-repositories/ (phase 1 = #88). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 13, 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.
Why
reusable-workflowswas merged intoactionsmonths ago but can't be archived: its settings CRs would error forever against a read-only repo, and no declarative pattern for archived repos existed. This blocks actions#425's final acceptance criterion and the monorepo docs repoint behind it.What
Adds an
archived-repositories/pattern (repos managed outside the org-wide merge-policy patch) and Observe-adoptsreusable-workflowsinto it; removes the repo's three active management CRs (none can delete live GitHub state). Safe to merge now — this phase only reads.Operational note: the actual
archived: trueflip is a small follow-up PR, gated on the org required-workflow rulesets repointing off the repo first (#87 — one-click commands prepared there).Part of devantler-tech/actions#425.