From 917bc9bae0c7993f7b1e223b1169895b62cd85d4 Mon Sep 17 00:00:00 2001 From: dormouse-bot Date: Wed, 24 Jun 2026 07:33:18 +0000 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20update=20tend=20workflows=20(0.1.6?= =?UTF-8?q?=20=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 cbdf918b..b554c632 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 3b3ed17a..fe2a91e0 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 944faf3b..db1c9d28 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 3d908123..445c992f 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 6317a859..c717f5cb 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 7866ee84..b40980f6 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 26eef075..fb2cb143 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 cdd093c4..e722e7eb 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 }} From 32b8fe292f5758452f361148e8e443672011bd2d Mon Sep 17 00:00:00 2001 From: dormouse-bot <287024035+dormouse-bot@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:40:54 +0000 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20update=20tend=20workflows=20(0.1.7?= =?UTF-8?q?=20=E2=86=92=200.1.8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tend-ci-fix.yaml | 4 ++-- .github/workflows/tend-mention.yaml | 4 ++-- .github/workflows/tend-nightly.yaml | 4 ++-- .github/workflows/tend-notifications.yaml | 4 ++-- .github/workflows/tend-review-runs.yaml | 4 ++-- .github/workflows/tend-review.yaml | 4 ++-- .github/workflows/tend-triage.yaml | 4 ++-- .github/workflows/tend-weekly.yaml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/tend-ci-fix.yaml b/.github/workflows/tend-ci-fix.yaml index b554c632..38cc7c4c 100644 --- a/.github/workflows/tend-ci-fix.yaml +++ b/.github/workflows/tend-ci-fix.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.8. 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, @@ -30,7 +30,7 @@ jobs: fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend/claude@0.1.7 + - uses: max-sixty/tend/claude@0.1.8 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 fe2a91e0..a7fd775b 100644 --- a/.github/workflows/tend-mention.yaml +++ b/.github/workflows/tend-mention.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.8. 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, @@ -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/claude@0.1.7 + - uses: max-sixty/tend/claude@0.1.8 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 db1c9d28..df6c3467 100644 --- a/.github/workflows/tend-nightly.yaml +++ b/.github/workflows/tend-nightly.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.8. 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, @@ -30,7 +30,7 @@ jobs: fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend/claude@0.1.7 + - uses: max-sixty/tend/claude@0.1.8 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 445c992f..ea58e6da 100644 --- a/.github/workflows/tend-notifications.yaml +++ b/.github/workflows/tend-notifications.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.8. 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, @@ -96,7 +96,7 @@ jobs: fetch-depth: 0 fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend/claude@0.1.7 + - uses: max-sixty/tend/claude@0.1.8 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 c717f5cb..c8b77dd4 100644 --- a/.github/workflows/tend-review-runs.yaml +++ b/.github/workflows/tend-review-runs.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.8. 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, @@ -30,7 +30,7 @@ jobs: fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend/claude@0.1.7 + - uses: max-sixty/tend/claude@0.1.8 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 b40980f6..636fb45d 100644 --- a/.github/workflows/tend-review.yaml +++ b/.github/workflows/tend-review.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.8. 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, @@ -49,7 +49,7 @@ jobs: fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend/claude@0.1.7 + - uses: max-sixty/tend/claude@0.1.8 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 fb2cb143..5613230e 100644 --- a/.github/workflows/tend-triage.yaml +++ b/.github/workflows/tend-triage.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.8. 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, @@ -33,7 +33,7 @@ jobs: fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend/claude@0.1.7 + - uses: max-sixty/tend/claude@0.1.8 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 e722e7eb..7577dd46 100644 --- a/.github/workflows/tend-weekly.yaml +++ b/.github/workflows/tend-weekly.yaml @@ -1,4 +1,4 @@ -# Generated by tend 0.1.7. Regenerate with: uvx tend@latest init +# Generated by tend 0.1.8. 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, @@ -30,7 +30,7 @@ jobs: fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - - uses: max-sixty/tend/claude@0.1.7 + - uses: max-sixty/tend/claude@0.1.8 with: github_token: ${{ secrets.TEND_BOT_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}