ci: pin the grader to a stable branch name - #12
Merged
Conversation
The grader pointed at fix/allow-unsafe-pr-checkout-for-autograde, a feature branch whose upstream PR (HackYourFuture/github-actions#4) was closed without merge. The pin is therefore permanent, but the name reads as disposable, and deleting it would silently break grading for weeks 11, 12 and 14 at once. stable/hyf-auto-grade points at the same commit (346f1ae8). No behaviour change; this is a rename plus a comment that tells the truth. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
📝 HackYourFuture auto gradeAssignment Score: 27 / 100 ❌Status: ❌ Not passed Test Details |
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.
What I built
Repoints
grade-assignment.ymlfromlassebenni/github-actions-fork@fix/allow-unsafe-pr-checkout-for-autogradeto@stable/hyf-auto-grade, and rewrites the stale comment above it.The old pin was labelled "Temporary pin ... Revert to HackYourFuture/github-actions@main after [PR #4]". That PR is closed without merge, so the pin is permanent. A branch named
fix/...reads as disposable, and deleting or force-pushing it would silently break autograding for weeks 11, 12 and 14 at the same time.stable/hyf-auto-gradepoints at the identical commit (346f1ae8). No behaviour change.How to review
.github/workflows/grade-assignment.ymluses:line now ends in@stable/hyf-auto-gradeHow to run
The old branch still exists, so this is safe to merge in any order across the three repos. Open any assignment PR and confirm the Grade Assignment check still runs and produces a score.
What reviewers should see (expected results)
uses:line:lassebenni/github-actions-fork/.github/workflows/auto-grade.yml@stable/hyf-auto-gradeSelf-check
346f1ae8), verified before pushing🤖 Generated with Claude Code