From 719d63488769169c7f28bbc574f1d8ce5474677a Mon Sep 17 00:00:00 2001 From: cargo-affected-bot <282014906+cargo-affected-bot@users.noreply.github.com> Date: Wed, 24 Jun 2026 07:35:14 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20update=20tend=20workflows=20(0.1.6=20?= =?UTF-8?q?=E2=86=92=200.1.7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tend-ci-fix.yaml | 6 +++--- .github/workflows/tend-mention.yaml | 6 +++--- .github/workflows/tend-nightly.yaml | 6 +++--- .github/workflows/tend-notifications.yaml | 10 +++++----- .github/workflows/tend-review-runs.yaml | 6 +++--- .github/workflows/tend-review.yaml | 7 ++++--- .github/workflows/tend-triage.yaml | 6 +++--- .github/workflows/tend-weekly.yaml | 6 +++--- 8 files changed, 27 insertions(+), 26 deletions(-) diff --git a/.github/workflows/tend-ci-fix.yaml b/.github/workflows/tend-ci-fix.yaml index fdaa90d..e535f99 100644 --- a/.github/workflows/tend-ci-fix.yaml +++ b/.github/workflows/tend-ci-fix.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.6. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init # # Do not edit this file directly — it will be overwritten on regeneration. # To customize behavior, edit the relevant skill (for example, @@ -23,14 +23,14 @@ jobs: id-token: write actions: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: main fetch-depth: 0 fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend@0.1.6 + - uses: max-sixty/tend/claude@0.1.7 with: github_token: ${{ secrets.TEND_BOT_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/tend-mention.yaml b/.github/workflows/tend-mention.yaml index 6387a06..78cc23a 100644 --- a/.github/workflows/tend-mention.yaml +++ b/.github/workflows/tend-mention.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.6. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init # # Do not edit this file directly — it will be overwritten on regeneration. # To customize behavior, edit the relevant skill (for example, @@ -173,7 +173,7 @@ jobs: actions: read issues: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true @@ -207,7 +207,7 @@ jobs: env: EVENT_TS: ${{ github.event.comment.updated_at || github.event.review.submitted_at || github.event.issue.updated_at }} - - uses: max-sixty/tend@0.1.6 + - uses: max-sixty/tend/claude@0.1.7 with: github_token: ${{ secrets.TEND_BOT_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/tend-nightly.yaml b/.github/workflows/tend-nightly.yaml index 871d5e2..67fb472 100644 --- a/.github/workflows/tend-nightly.yaml +++ b/.github/workflows/tend-nightly.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.6. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init # # Do not edit this file directly — it will be overwritten on regeneration. # To customize behavior, edit the relevant skill (for example, @@ -23,14 +23,14 @@ jobs: actions: read issues: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: main fetch-depth: 0 fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend@0.1.6 + - uses: max-sixty/tend/claude@0.1.7 with: github_token: ${{ secrets.TEND_BOT_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/tend-notifications.yaml b/.github/workflows/tend-notifications.yaml index f82569f..0ab7473 100644 --- a/.github/workflows/tend-notifications.yaml +++ b/.github/workflows/tend-notifications.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.6. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init # # Do not edit this file directly — it will be overwritten on regeneration. # To customize behavior, edit the relevant skill (for example, @@ -34,8 +34,8 @@ jobs: fi # --- Layer B: drop notifications shadowed by recent dedicated runs --- - # Event workflows mark their own notifications read via action.yaml's - # post-step on success; this sweeps the case where Claude failed + # Event workflows mark their own notifications read via the harness + # action's post-step on success; this sweeps the case where Claude failed # (post-step is gated by `if: success()`) so the notification still # gets cleared without burning Claude turns to rediscover it. SINCE=$(date -u -d '30 minutes ago' +%Y-%m-%dT%H:%M:%SZ) @@ -89,14 +89,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.TEND_BOT_TOKEN }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch' with: ref: main fetch-depth: 0 fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend@0.1.6 + - uses: max-sixty/tend/claude@0.1.7 if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch' with: github_token: ${{ secrets.TEND_BOT_TOKEN }} diff --git a/.github/workflows/tend-review-runs.yaml b/.github/workflows/tend-review-runs.yaml index fda941a..14fc71c 100644 --- a/.github/workflows/tend-review-runs.yaml +++ b/.github/workflows/tend-review-runs.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.6. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init # # Do not edit this file directly — it will be overwritten on regeneration. # To customize behavior, edit the relevant skill (for example, @@ -23,14 +23,14 @@ jobs: actions: read issues: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: main fetch-depth: 0 fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend@0.1.6 + - uses: max-sixty/tend/claude@0.1.7 with: github_token: ${{ secrets.TEND_BOT_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/tend-review.yaml b/.github/workflows/tend-review.yaml index 6d97083..0defa38 100644 --- a/.github/workflows/tend-review.yaml +++ b/.github/workflows/tend-review.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.6. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init # # Do not edit this file directly — it will be overwritten on regeneration. # To customize behavior, edit the relevant skill (for example, @@ -41,14 +41,15 @@ jobs: echo "ref=refs/pull/$PR/head" >> "$GITHUB_OUTPUT" echo "::notice::refs/pull/$PR/merge unavailable (likely merge conflict); falling back to /head" fi - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ steps.pr_ref.outputs.ref }} + allow-unsafe-pr-checkout: true fetch-depth: 0 fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend@0.1.6 + - uses: max-sixty/tend/claude@0.1.7 with: github_token: ${{ secrets.TEND_BOT_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/tend-triage.yaml b/.github/workflows/tend-triage.yaml index 87b504a..6216e87 100644 --- a/.github/workflows/tend-triage.yaml +++ b/.github/workflows/tend-triage.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.6. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init # # Do not edit this file directly — it will be overwritten on regeneration. # To customize behavior, edit the relevant skill (for example, @@ -26,14 +26,14 @@ jobs: actions: read issues: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: main fetch-depth: 0 fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend@0.1.6 + - uses: max-sixty/tend/claude@0.1.7 with: github_token: ${{ secrets.TEND_BOT_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/tend-weekly.yaml b/.github/workflows/tend-weekly.yaml index 7001655..5e678f7 100644 --- a/.github/workflows/tend-weekly.yaml +++ b/.github/workflows/tend-weekly.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.6. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init # # Do not edit this file directly — it will be overwritten on regeneration. # To customize behavior, edit the relevant skill (for example, @@ -23,14 +23,14 @@ jobs: actions: read issues: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: main fetch-depth: 0 fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend@0.1.6 + - uses: max-sixty/tend/claude@0.1.7 with: github_token: ${{ secrets.TEND_BOT_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}