From 7f7588d919340384105c59ced26a070275b5adf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:50:41 +0000 Subject: [PATCH] chore: bump max-sixty/tend from 0.0.24 to 0.0.25 Bumps [max-sixty/tend](https://github.com/max-sixty/tend) from 0.0.24 to 0.0.25. - [Release notes](https://github.com/max-sixty/tend/releases) - [Commits](https://github.com/max-sixty/tend/compare/0.0.24...0.0.25) --- updated-dependencies: - dependency-name: max-sixty/tend dependency-version: 0.0.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 a022022fa4d8..41b57475c6a7 100644 --- a/.github/workflows/tend-ci-fix.yaml +++ b/.github/workflows/tend-ci-fix.yaml @@ -32,7 +32,7 @@ jobs: - uses: ./.github/actions/tend-setup - - uses: max-sixty/tend@0.0.24 + - uses: max-sixty/tend@0.0.25 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 f4a17bc7e1db..1476def73999 100644 --- a/.github/workflows/tend-mention.yaml +++ b/.github/workflows/tend-mention.yaml @@ -195,7 +195,7 @@ jobs: env: EVENT_TS: ${{ github.event.comment.created_at || github.event.review.submitted_at || github.event.issue.updated_at }} - - uses: max-sixty/tend@0.0.24 + - uses: max-sixty/tend@0.0.25 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 7ab9474f9c4a..8592aa838f25 100644 --- a/.github/workflows/tend-nightly.yaml +++ b/.github/workflows/tend-nightly.yaml @@ -32,7 +32,7 @@ jobs: - uses: ./.github/actions/tend-setup - - uses: max-sixty/tend@0.0.24 + - uses: max-sixty/tend@0.0.25 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 771bb3a3d26c..6654cc7873b4 100644 --- a/.github/workflows/tend-notifications.yaml +++ b/.github/workflows/tend-notifications.yaml @@ -99,7 +99,7 @@ jobs: - uses: ./.github/actions/tend-setup if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch' - - uses: max-sixty/tend@0.0.24 + - uses: max-sixty/tend@0.0.25 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 1cda7df69734..e6da32c4c766 100644 --- a/.github/workflows/tend-review-runs.yaml +++ b/.github/workflows/tend-review-runs.yaml @@ -32,7 +32,7 @@ jobs: - uses: ./.github/actions/tend-setup - - uses: max-sixty/tend@0.0.24 + - uses: max-sixty/tend@0.0.25 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 1b1396a675bf..0ce095d5b8df 100644 --- a/.github/workflows/tend-review.yaml +++ b/.github/workflows/tend-review.yaml @@ -50,7 +50,7 @@ jobs: - uses: ./.github/actions/tend-setup - - uses: max-sixty/tend@0.0.24 + - uses: max-sixty/tend@0.0.25 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 7248abb83b81..57a130539a93 100644 --- a/.github/workflows/tend-triage.yaml +++ b/.github/workflows/tend-triage.yaml @@ -35,7 +35,7 @@ jobs: - uses: ./.github/actions/tend-setup - - uses: max-sixty/tend@0.0.24 + - uses: max-sixty/tend@0.0.25 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 e621cd75717c..ad538aec078b 100644 --- a/.github/workflows/tend-weekly.yaml +++ b/.github/workflows/tend-weekly.yaml @@ -32,7 +32,7 @@ jobs: - uses: ./.github/actions/tend-setup - - uses: max-sixty/tend@0.0.24 + - uses: max-sixty/tend@0.0.25 with: github_token: ${{ secrets.TEND_BOT_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}