Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tend-ci-fix.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.2.14. Regenerate with: uvx tend@latest init
# Generated by tend 0.2.15. Regenerate with: uvx tend@latest init
#
# Do not edit this file directly — it will be overwritten on regeneration.
# To change this workflow, edit .config/tend.yaml. To change what the agent
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
cargo nextest --version
shell: bash

- uses: max-sixty/tend/claude@0.2.14
- uses: max-sixty/tend/claude@0.2.15
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tend-mention-relay.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.2.14. Regenerate with: uvx tend@latest init
# Generated by tend 0.2.15. Regenerate with: uvx tend@latest init
#
# Do not edit this file directly — it will be overwritten on regeneration.
# To change this workflow, edit .config/tend.yaml. To change what the agent
Expand Down
34 changes: 18 additions & 16 deletions .github/workflows/tend-mention.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.2.14. Regenerate with: uvx tend@latest init
# Generated by tend 0.2.15. Regenerate with: uvx tend@latest init
#
# Do not edit this file directly — it will be overwritten on regeneration.
# To change this workflow, edit .config/tend.yaml. To change what the agent
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
url: ${{ steps.check.outputs.url }}
ts: ${{ steps.check.outputs.ts }}
steps:
- uses: astral-sh/setup-uv@v10.1.0
- uses: astral-sh/setup-uv@v10.2.0
id: tend_uv
env:
UV_NO_MODIFY_PATH: "1"
Expand Down Expand Up @@ -326,19 +326,8 @@ jobs:
|| format('pulls/comments/{0}', github.event.client_payload.id) }}
GITHUB_TOKEN: ${{ secrets.TEND_BOT_TOKEN }}

- uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.TEND_BOT_TOKEN }}

- run: |-
rustup component add llvm-tools
test -x "$(rustc --print target-libdir)/../bin/llvm-profdata"
curl -sSfL https://get.nexte.st/0.9.132/linux | tar zxf - -C "$HOME/.cargo/bin"
cargo nextest --version
shell: bash

# Before checkout and `setup:`, so the delay measures the wait for this
# job to start rather than the time its setup takes.
- name: Compute queue delay
id: delay
run: |
Expand All @@ -353,7 +342,20 @@ jobs:
# the API record — the dispatch payload never carries one to spoof.
EVENT_TS: ${{ github.event.comment.updated_at || needs.verify.outputs.ts || github.event.issue.updated_at }}

- uses: max-sixty/tend/claude@0.2.14
- uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.TEND_BOT_TOKEN }}

- run: |-
rustup component add llvm-tools
test -x "$(rustc --print target-libdir)/../bin/llvm-profdata"
curl -sSfL https://get.nexte.st/0.9.132/linux | tar zxf - -C "$HOME/.cargo/bin"
cargo nextest --version
shell: bash

- uses: max-sixty/tend/claude@0.2.15
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tend-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.2.14. Regenerate with: uvx tend@latest init
# Generated by tend 0.2.15. Regenerate with: uvx tend@latest init
#
# Do not edit this file directly — it will be overwritten on regeneration.
# To change this workflow, edit .config/tend.yaml. To change what the agent
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
cargo nextest --version
shell: bash

- uses: max-sixty/tend/claude@0.2.14
- uses: max-sixty/tend/claude@0.2.15
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tend-notifications.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.2.14. Regenerate with: uvx tend@latest init
# Generated by tend 0.2.15. Regenerate with: uvx tend@latest init
#
# Do not edit this file directly — it will be overwritten on regeneration.
# To change this workflow, edit .config/tend.yaml. To change what the agent
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
actions: read
issues: write
steps:
- uses: astral-sh/setup-uv@v10.1.0
- uses: astral-sh/setup-uv@v10.2.0
id: tend_uv
env:
UV_NO_MODIFY_PATH: "1"
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
cargo nextest --version
if: steps.check.outputs.count != '0' || steps.check.outputs.conflict_count != '0' || github.event_name == 'workflow_dispatch'
shell: bash
- uses: max-sixty/tend/claude@0.2.14
- uses: max-sixty/tend/claude@0.2.15
if: steps.check.outputs.count != '0' || steps.check.outputs.conflict_count != '0' || github.event_name == 'workflow_dispatch'
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tend-review-runs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.2.14. Regenerate with: uvx tend@latest init
# Generated by tend 0.2.15. Regenerate with: uvx tend@latest init
#
# Do not edit this file directly — it will be overwritten on regeneration.
# To change this workflow, edit .config/tend.yaml. To change what the agent
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
cargo nextest --version
shell: bash

- uses: max-sixty/tend/claude@0.2.14
- uses: max-sixty/tend/claude@0.2.15
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tend-review.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.2.14. Regenerate with: uvx tend@latest init
# Generated by tend 0.2.15. Regenerate with: uvx tend@latest init
#
# Do not edit this file directly — it will be overwritten on regeneration.
# To change this workflow, edit .config/tend.yaml. To change what the agent
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
cargo nextest --version
shell: bash

- uses: max-sixty/tend/claude@0.2.14
- uses: max-sixty/tend/claude@0.2.15
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tend-triage.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.2.14. Regenerate with: uvx tend@latest init
# Generated by tend 0.2.15. Regenerate with: uvx tend@latest init
#
# Do not edit this file directly — it will be overwritten on regeneration.
# To change this workflow, edit .config/tend.yaml. To change what the agent
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
cargo nextest --version
shell: bash

- uses: max-sixty/tend/claude@0.2.14
- uses: max-sixty/tend/claude@0.2.15
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tend-weekly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.2.14. Regenerate with: uvx tend@latest init
# Generated by tend 0.2.15. Regenerate with: uvx tend@latest init
#
# Do not edit this file directly — it will be overwritten on regeneration.
# To change this workflow, edit .config/tend.yaml. To change what the agent
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
cargo nextest --version
shell: bash

- uses: max-sixty/tend/claude@0.2.14
- uses: max-sixty/tend/claude@0.2.15
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
Loading