chore: update tend workflows (0.2.6 → 0.2.7) - #6312
Open
prql-bot wants to merge 1 commit into
Open
Conversation
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.
Regenerates the eight
tend-*workflows with tend 0.2.7, up from 0.2.6. The files themselves change only in the generator banner and themax-sixty/tend/claude@pin — the behavior below comes from the action and the skills it loads.What the bot does differently once this lands:
running-in-ciandreviewkeep the rules every session needs and move guidance for rarer actions — opening a PR, pushing, monitoring CI, posting a comment, dismissing an approval — into reference files read on demand.running-in-cidrops from 52 KB to 20 KB andreviewfrom 41 KB to 25 KB, leaving more of each session's context for this repo's own code (skills: shrink the guidance every session loads max-sixty/tend#1215).poll_pr_checks.py approvalwaits for pending checks to settle and prints oneapprove:orwithhold:verdict, approving past a red check only when every failing check's run was cancelled. The review pre-flight'salready_reviewedcheck now reads a rewrite-aware anchor, so a force-pushed head no longer counts as already reviewed (skills: shrink the guidance every session loads max-sixty/tend#1215, review: decide the pre-approval check in the script, not in prose max-sixty/tend#1217).tend-review-runsreads open Dependabot security alerts. An alert open for more than a few days with no PR naming its package is reported as live work. This repo's default branch currently has six open alerts, so expect that scan to start surfacing them (skills(review-runs): check open Dependabot alerts in the live scan max-sixty/tend#1214).tend-review-runsre-queries a workflow's last successful run before reporting it as still red, since that lookup can return a cached row weeks old — one source of false "still failing" reports (fix(review-runs): re-query the closure read before reporting a path as still red max-sixty/tend#1210).TMPPREFIXnow points at the writable temp directory rather than zsh's default under the read-only root (fix(sandbox): point zsh here-document scratch at the writable temp dir max-sixty/tend#1211).This repo's
.config/tend.yamlpins no model, so nothing there needed adjusting; the regeneration left it unchanged.Full comparison: max-sixty/tend@0.2.6...0.2.7