chore: update tend workflows (0.1.13 → 0.1.14) - #6145
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.
Nightly regeneration of tend's workflow files via
uvx tend@latest init.tend version: 0.1.13 → 0.1.14
Notable changes
environment: {name: tend, deployment: false}instead of the bareenvironment: tend(workflows: name the environment withdeployment: falsemax-sixty/tend#852, check: refuse a job that names the environment and files a deployment max-sixty/tend#853). GitHub was filing a deployment record for every tend run and posting it on the pull request; this stops that. It also clears theenvironment-deploymentsfailure currently tracked in tend check: configuration drift on PRQL/prql #6127.tend-mention's engagement check no longer counts bot comments/reviews insidejq(fix(mention): count bot engagement outside jq so --paginate can't split it max-sixty/tend#840).gh api --paginateapplies--jqonce per page, so| lengthemitted one count per page — past 100 comments the shell test errored and fell through toshould_run=false, silencing the bot on its most-engaged threads.tend checknow sweeps credential-holding environments rather than only secret-holding ones (check: sweep credential-holding environments, not just secret-holding ones max-sixty/tend#815). This is why tend check: configuration drift on PRQL/prql #6127'ssecret-environmentsentry becamecredential-environmentsand picked up thegithub-pagesand OIDC-job findings./code-reviewis now a tend-owned skill rather than a borrowed one (fix(review): port /code-review into a tend-owned skill max-sixty/tend#819), and the review-record guards ignore synthetic reply containers (fix(review): ignore synthetic reply containers in all three review-record guards max-sixty/tend#835).The
id-token: writepermission is also dropped from the tend jobs, since nothing in the harness mints an OIDC token.Full upstream diff: max-sixty/tend@0.1.13...0.1.14