Uh oh!
There was an error while loading. Please reload this page.
chore: update tend workflows (0.1.22 → 0.1.24) - #6255
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 freeto 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.
Nightly regeneration of the tend workflow files (
uvx tend@latest init).tend version: 0.1.22 → 0.1.24
Notable changes
tend-notificationsnow also boots when a bot-authored PR looks conflicted, so a conflicted bot PR gets rebased on the frequent poll instead of waiting for the nightly sweep. This is most of the diff intend-notifications.yaml: a GraphQL scan for non-MERGEABLEbot PRs feeds a newconflict_countoutput that gates the checkout and agent steps.format(...)one-liner intend-review.yaml.concurrency.queueactionlint ignore itself, so the entry chore: update tend workflows (0.1.20 → 0.1.22) #6252 added by hand is dropped here (see below).APPROVEis gated on the author stating the PR is ready rather than just the draft flag, the code-review pass becomes its own step gated at submit, and the posting checks move into a preflight script bound to the outward action.uvis provisioned for agent sessions, and an experimental Gist-backed memory is available.Full compare: max-sixty/tend@0.1.22...0.1.24
The actionlint entry
tend initappended its own**/.github/workflows/tend-*.yamlignore alongside the.github/workflows/tend-*.yamlone #6252 added by hand yesterday — two entries for the same rule. This PR keeps the generated one and drops ours, retaining the comment that explains why the ignore exists at all.Verification
Checked with actionlint v1.7.12 (the version pinned in
.pre-commit-config.yaml) inside the regeneration worktree:tend-review.yaml:22fails withunexpected key "queue" for "concurrency" section, so the rule is still live upstream.**/-prefixed entry, that error is suppressed — the glob does match the root-level path, so dropping the hand-written entry loses nothing.actionlintover the whole repo exits 0 with the deduped config.prettier@3.9.6 --checkis clean; it normalizes the generated entry's single quotes to double quotes, and a secondtend initrecognizes the normalized key and leaves it alone, so this doesn't churn on the next nightly.No test accompanies this change — the workflow files are generated, and their behavior is exercised by the tend runs themselves.