Fix workflow error: Replace archived GitRML action with maintained Mattraks fork#8
Merged
scotlaclair merged 2 commits intomainfrom Feb 2, 2026
Merged
Conversation
- Replace non-existent GitRML/delete-workflow-runs@v3 with Mattraks/delete-workflow-runs@v2 - GitRML repository is archived and only has versions up to v1.2.2 - Mattraks fork is actively maintained and compatible with existing parameters - YAML syntax validated successfully Co-authored-by: scotlaclair <169423046+scotlaclair@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix unable to resolve action gitrml/delete-workflow-runs version
Fix workflow error: Replace archived GitRML action with maintained Mattraks fork
Feb 1, 2026
scotlaclair
approved these changes
Feb 1, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a GitHub Actions workflow failure caused by referencing a non-existent version of an archived action. The GitRML/delete-workflow-runs repository was archived in May 2024 and never published a v3 tag (only up to v1.2.2). The solution switches to Mattraks/delete-workflow-runs@v2, which is an actively maintained fork with API-compatible parameters.
Changes:
- Replace archived
GitRML/delete-workflow-runs@v3with maintainedMattraks/delete-workflow-runs@v2
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.
Problem
GitRML/delete-workflow-runs@v3fails resolution. The repo only published up to v1.2.2 and was archived May 2024.Changes
.github/workflows/cleanup-workflow-runs.yml: Switch toMattraks/delete-workflow-runs@v2Context
Mattraks is the actively maintained fork with API-compatible parameters. All existing config (retain_days: 30, keep_minimum_runs: 6) works unchanged.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/GitRML/delete-workflow-runs/tags/usr/bin/curl curl -s REDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.