Skip to content

Commit b787ce2

Browse files
authored
chore: regenerate tend workflows with 0.1.13 (#6126)
1 parent a3c3694 commit b787ce2

8 files changed

Lines changed: 222 additions & 78 deletions

File tree

.github/workflows/tend-ci-fix.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.13. Regenerate with: uvx tend@latest init
22
#
33
# Do not edit this file directly — it will be overwritten on regeneration.
44
# To customize behavior, edit the relevant skill (for example,
@@ -17,6 +17,7 @@ jobs:
1717
fix-ci:
1818
if: github.repository_owner == 'PRQL' && github.event.workflow_run.conclusion == 'failure'
1919
runs-on: ubuntu-24.04
20+
environment: tend
2021
permissions:
2122
contents: write
2223
pull-requests: write
@@ -32,7 +33,7 @@ jobs:
3233

3334
- uses: ./.github/actions/tend-setup
3435

35-
- uses: max-sixty/tend/claude@0.1.12
36+
- uses: max-sixty/tend/claude@0.1.13
3637
with:
3738
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3839
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-mention.yaml

Lines changed: 189 additions & 62 deletions
Large diffs are not rendered by default.

.github/workflows/tend-nightly.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.13. Regenerate with: uvx tend@latest init
22
#
33
# Do not edit this file directly — it will be overwritten on regeneration.
44
# To customize behavior, edit the relevant skill (for example,
@@ -16,6 +16,7 @@ jobs:
1616
nightly:
1717
if: github.repository_owner == 'PRQL'
1818
runs-on: ubuntu-24.04
19+
environment: tend
1920
permissions:
2021
contents: write
2122
pull-requests: write
@@ -32,7 +33,7 @@ jobs:
3233

3334
- uses: ./.github/actions/tend-setup
3435

35-
- uses: max-sixty/tend/claude@0.1.12
36+
- uses: max-sixty/tend/claude@0.1.13
3637
with:
3738
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3839
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-notifications.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.13. Regenerate with: uvx tend@latest init
22
#
33
# Do not edit this file directly — it will be overwritten on regeneration.
44
# To customize behavior, edit the relevant skill (for example,
@@ -16,6 +16,7 @@ jobs:
1616
notifications:
1717
if: github.repository_owner == 'PRQL'
1818
runs-on: ubuntu-24.04
19+
environment: tend
1920
permissions:
2021
contents: write
2122
pull-requests: write
@@ -136,7 +137,7 @@ jobs:
136137

137138
- uses: ./.github/actions/tend-setup
138139
if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch'
139-
- uses: max-sixty/tend/claude@0.1.12
140+
- uses: max-sixty/tend/claude@0.1.13
140141
if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch'
141142
with:
142143
github_token: ${{ secrets.TEND_BOT_TOKEN }}

.github/workflows/tend-review-runs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.13. Regenerate with: uvx tend@latest init
22
#
33
# Do not edit this file directly — it will be overwritten on regeneration.
44
# To customize behavior, edit the relevant skill (for example,
@@ -16,6 +16,7 @@ jobs:
1616
review-runs:
1717
if: github.repository_owner == 'PRQL'
1818
runs-on: ubuntu-24.04
19+
environment: tend
1920
permissions:
2021
contents: write
2122
pull-requests: write
@@ -32,7 +33,7 @@ jobs:
3233

3334
- uses: ./.github/actions/tend-setup
3435

35-
- uses: max-sixty/tend/claude@0.1.12
36+
- uses: max-sixty/tend/claude@0.1.13
3637
with:
3738
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3839
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-review.yaml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.13. Regenerate with: uvx tend@latest init
22
#
33
# Do not edit this file directly — it will be overwritten on regeneration.
44
# To customize behavior, edit the relevant skill (for example,
@@ -17,13 +17,25 @@ jobs:
1717
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
1818
cancel-in-progress: true
1919
runs-on: ubuntu-24.04
20+
environment: tend
2021
permissions:
2122
contents: write
2223
pull-requests: write
2324
id-token: write
2425
actions: read
2526
issues: write
2627
steps:
28+
# Two checkouts: `setup:` runs against the base tree, and the PR's own
29+
# tree lands after it. Setup executes as the runner user, outside the
30+
# containment the harness builds for the contributor's code.
31+
- uses: actions/checkout@v7
32+
with:
33+
fetch-depth: 0
34+
fetch-tags: true
35+
token: ${{ secrets.TEND_BOT_TOKEN }}
36+
37+
- uses: ./.github/actions/tend-setup
38+
2739
# GitHub only materializes refs/pull/N/merge for mergeable PRs — on
2840
# conflicting PRs it 404s and every downstream step cascades as skipped.
2941
# Probe first and fall back to /head so review always runs; on fallback
@@ -45,13 +57,12 @@ jobs:
4557
with:
4658
ref: ${{ steps.pr_ref.outputs.ref }}
4759
allow-unsafe-pr-checkout: true
60+
clean: false
4861
fetch-depth: 0
4962
fetch-tags: true
5063
token: ${{ secrets.TEND_BOT_TOKEN }}
5164

52-
- uses: ./.github/actions/tend-setup
53-
54-
- uses: max-sixty/tend/claude@0.1.12
65+
- uses: max-sixty/tend/claude@0.1.13
5566
with:
5667
github_token: ${{ secrets.TEND_BOT_TOKEN }}
5768
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-triage.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.13. Regenerate with: uvx tend@latest init
22
#
33
# Do not edit this file directly — it will be overwritten on regeneration.
44
# To customize behavior, edit the relevant skill (for example,
@@ -19,6 +19,7 @@ jobs:
1919
triage:
2020
if: github.repository_owner == 'PRQL' && contains(github.event.issue.labels.*.name, 'tend-outage') == false
2121
runs-on: ubuntu-24.04
22+
environment: tend
2223
permissions:
2324
contents: write
2425
pull-requests: write
@@ -35,7 +36,7 @@ jobs:
3536

3637
- uses: ./.github/actions/tend-setup
3738

38-
- uses: max-sixty/tend/claude@0.1.12
39+
- uses: max-sixty/tend/claude@0.1.13
3940
with:
4041
github_token: ${{ secrets.TEND_BOT_TOKEN }}
4142
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-weekly.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.13. Regenerate with: uvx tend@latest init
22
#
33
# Do not edit this file directly — it will be overwritten on regeneration.
44
# To customize behavior, edit the relevant skill (for example,
@@ -16,6 +16,7 @@ jobs:
1616
weekly:
1717
if: github.repository_owner == 'PRQL'
1818
runs-on: ubuntu-24.04
19+
environment: tend
1920
permissions:
2021
contents: write
2122
pull-requests: write
@@ -32,7 +33,7 @@ jobs:
3233

3334
- uses: ./.github/actions/tend-setup
3435

35-
- uses: max-sixty/tend/claude@0.1.12
36+
- uses: max-sixty/tend/claude@0.1.13
3637
with:
3738
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3839
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)