chore: update tend workflows (0.2.14 → 0.2.15) - #4229
Merged
Merged
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 nine
tend-*.yamlworkflows with tend 0.2.15 (from 0.2.14). The version bump and theastral-sh/setup-uvpin (v10.1.0 → v10.2.0, in thetend-mentionandtend-notificationspreflight jobs) are mechanical; one step actually moves, intend-mention.yaml.tend-mentionmeasures its queue delay before checkout and setup. The "Compute queue delay" step used to run afteractions/checkoutand./.github/actions/tend-setup, so the number it recorded was the wait for the job to start plus the several minutes this repo's setup action takes to install the Rust toolchain and sandbox tools. It now runs first, and the delay reports the queue wait alone (max-sixty/tend#1365).Behavior that arrives inside the action rather than in these files, and that shows up in what the bot posts here:
AGENTS.override.mdjoins the pinned instruction paths. Codex reads it in preference toAGENTS.md, so on a PR-derived checkout it is now restored from the base commit alongsideCLAUDE.md,AGENTS.md,.claude/, and.agents/— a fork can no longer reach the session through that filename. The same release makes a restrict-updates ruleset atend checkrequirement; this repo already satisfies it (tend checkpasses every line today) (max-sixty/tend#1367).Full comparison: 0.2.14...0.2.15.