ci: remove broken Copier Update workflow#283
Merged
Merged
Conversation
actions-ext/copier-update@v0 does not resolve — that action publishes no tags/releases, so the weekly run fails in ~3s before doing anything. Refs DOT-598.
ApprovabilityVerdict: Needs human review This PR has no changes - the base and head commits are identical. The PR may need to have its changes pushed or may have been created in error. You can customize Macroscope's approvability policy. Learn more. |
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
Removes
.github/workflows/copier-update.yml. It pinsactions-ext/copier-update@v0, but that action has nov0tag (no tags/releases at all — onlymain), so the workflow has never resolved the action. Every weekly run (cron Sundays 05:00 UTC) fails in ~3s at "Prepare all required actions" and emails a failure notice.Why
The template-sync job has never actually run — it dies before the first step. Pure weekly noise with no upside. The root cause lives in the Copier template and is tracked separately.
Test plan
Run failed: Copier Updateemails from this repo.Refs DOT-598
Linear: https://linear.app/ismar/issue/DOT-598
Note
Remove broken Copier Update workflow that fails on missing
actions-ext/copier-update@v0Deletes copier-update.yml, which referenced
actions-ext/copier-update@v0— a tag that does not exist. The workflow failed within seconds every Sunday on all repos generated from this template, producing weekly failure emails with no useful work done.🖇️ Linked Issues
Resolves DOT-598, which tracks the broken weekly Copier Update runs caused by the nonexistent
@v0tag across all generated repos.Macroscope summarized 7e3878e.