From 734a3e8884ee0da5e99d4dcaa719465c07443989 Mon Sep 17 00:00:00 2001 From: worktrunk-bot Date: Wed, 24 Jun 2026 07:39:08 +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 | 2 +- .github/workflows/tend-mention.yaml | 2 +- .github/workflows/tend-nightly.yaml | 2 +- .github/workflows/tend-notifications.yaml | 6 +++--- .github/workflows/tend-review-runs.yaml | 2 +- .github/workflows/tend-review.yaml | 5 +++-- .github/workflows/tend-triage.yaml | 2 +- .github/workflows/tend-weekly.yaml | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tend-ci-fix.yaml b/.github/workflows/tend-ci-fix.yaml index d911a7de0..e129e9e5f 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, diff --git a/.github/workflows/tend-mention.yaml b/.github/workflows/tend-mention.yaml index c46617427..89e385e56 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, diff --git a/.github/workflows/tend-nightly.yaml b/.github/workflows/tend-nightly.yaml index 8b908afc4..14b0344df 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, diff --git a/.github/workflows/tend-notifications.yaml b/.github/workflows/tend-notifications.yaml index 682dfa8d4..d24454890 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) diff --git a/.github/workflows/tend-review-runs.yaml b/.github/workflows/tend-review-runs.yaml index f8f86d46b..8e7068a4e 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, diff --git a/.github/workflows/tend-review.yaml b/.github/workflows/tend-review.yaml index b4c6676cf..2cb1b95c3 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,9 +41,10 @@ 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 }} diff --git a/.github/workflows/tend-triage.yaml b/.github/workflows/tend-triage.yaml index 7d8dd3332..5910e37de 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, diff --git a/.github/workflows/tend-weekly.yaml b/.github/workflows/tend-weekly.yaml index 58164215e..2037ae20f 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,