From f1ba60d90c5deeb111517ee718d4c4b9a198c752 Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:57:42 +0000 Subject: [PATCH] chore: update tend workflows --- .github/workflows/tend-ci-fix.yaml | 2 +- .github/workflows/tend-mention.yaml | 2 +- .github/workflows/tend-nightly.yaml | 2 +- .github/workflows/tend-notifications.yaml | 2 +- .github/workflows/tend-review-runs.yaml | 2 +- .github/workflows/tend-review.yaml | 2 +- .github/workflows/tend-triage.yaml | 2 +- .github/workflows/tend-weekly.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tend-ci-fix.yaml b/.github/workflows/tend-ci-fix.yaml index 98f4c5751a4a..2e37186b1db2 100644 --- a/.github/workflows/tend-ci-fix.yaml +++ b/.github/workflows/tend-ci-fix.yaml @@ -41,7 +41,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-mention.yaml b/.github/workflows/tend-mention.yaml index e008c17b6d3a..f46b836a9d66 100644 --- a/.github/workflows/tend-mention.yaml +++ b/.github/workflows/tend-mention.yaml @@ -427,7 +427,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-nightly.yaml b/.github/workflows/tend-nightly.yaml index 6111d7d778bc..32050b296314 100644 --- a/.github/workflows/tend-nightly.yaml +++ b/.github/workflows/tend-nightly.yaml @@ -41,7 +41,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-notifications.yaml b/.github/workflows/tend-notifications.yaml index 46e642467ee7..0b8c2b03ec62 100644 --- a/.github/workflows/tend-notifications.yaml +++ b/.github/workflows/tend-notifications.yaml @@ -131,7 +131,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-review-runs.yaml b/.github/workflows/tend-review-runs.yaml index a5252a534143..fe21da74b0c9 100644 --- a/.github/workflows/tend-review-runs.yaml +++ b/.github/workflows/tend-review-runs.yaml @@ -41,7 +41,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-review.yaml b/.github/workflows/tend-review.yaml index 058e48d57551..aa61444cc041 100644 --- a/.github/workflows/tend-review.yaml +++ b/.github/workflows/tend-review.yaml @@ -84,7 +84,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-triage.yaml b/.github/workflows/tend-triage.yaml index d2e641995787..4ae04c11546a 100644 --- a/.github/workflows/tend-triage.yaml +++ b/.github/workflows/tend-triage.yaml @@ -53,7 +53,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version diff --git a/.github/workflows/tend-weekly.yaml b/.github/workflows/tend-weekly.yaml index 2bb5719dcf02..78360750765f 100644 --- a/.github/workflows/tend-weekly.yaml +++ b/.github/workflows/tend-weekly.yaml @@ -41,7 +41,7 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} bot_name: prql-bot model: opus - sandbox_setup: | + sandbox_setup: |2 mkdir -p ~/.local/bin curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ~/.local/bin cargo-nextest --version