Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/tend-ci-fix.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
# Generated by tend 0.1.13. 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,
Expand All @@ -17,6 +17,7 @@ jobs:
fix-ci:
if: github.repository_owner == 'PRQL' && github.event.workflow_run.conclusion == 'failure'
runs-on: ubuntu-24.04
environment: tend
permissions:
contents: write
pull-requests: write
Expand All @@ -32,7 +33,7 @@ jobs:

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

- uses: max-sixty/tend/claude@0.1.12
- uses: max-sixty/tend/claude@0.1.13
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
251 changes: 189 additions & 62 deletions .github/workflows/tend-mention.yaml

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .github/workflows/tend-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
# Generated by tend 0.1.13. 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,
Expand All @@ -16,6 +16,7 @@ jobs:
nightly:
if: github.repository_owner == 'PRQL'
runs-on: ubuntu-24.04
environment: tend
permissions:
contents: write
pull-requests: write
Expand All @@ -32,7 +33,7 @@ jobs:

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

- uses: max-sixty/tend/claude@0.1.12
- uses: max-sixty/tend/claude@0.1.13
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tend-notifications.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
# Generated by tend 0.1.13. 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,
Expand All @@ -16,6 +16,7 @@ jobs:
notifications:
if: github.repository_owner == 'PRQL'
runs-on: ubuntu-24.04
environment: tend
permissions:
contents: write
pull-requests: write
Expand Down Expand Up @@ -136,7 +137,7 @@ jobs:

- uses: ./.github/actions/tend-setup
if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch'
- uses: max-sixty/tend/claude@0.1.12
- uses: max-sixty/tend/claude@0.1.13
if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch'
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tend-review-runs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
# Generated by tend 0.1.13. 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,
Expand All @@ -16,6 +16,7 @@ jobs:
review-runs:
if: github.repository_owner == 'PRQL'
runs-on: ubuntu-24.04
environment: tend
permissions:
contents: write
pull-requests: write
Expand All @@ -32,7 +33,7 @@ jobs:

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

- uses: max-sixty/tend/claude@0.1.12
- uses: max-sixty/tend/claude@0.1.13
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
19 changes: 15 additions & 4 deletions .github/workflows/tend-review.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
# Generated by tend 0.1.13. 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,
Expand All @@ -17,13 +17,25 @@ jobs:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
runs-on: ubuntu-24.04
environment: tend
permissions:
contents: write
pull-requests: write
id-token: write
actions: read
issues: write
steps:
# Two checkouts: `setup:` runs against the base tree, and the PR's own
# tree lands after it. Setup executes as the runner user, outside the
# containment the harness builds for the contributor's code.
- uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.TEND_BOT_TOKEN }}

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

# GitHub only materializes refs/pull/N/merge for mergeable PRs — on
# conflicting PRs it 404s and every downstream step cascades as skipped.
# Probe first and fall back to /head so review always runs; on fallback
Expand All @@ -45,13 +57,12 @@ jobs:
with:
ref: ${{ steps.pr_ref.outputs.ref }}
allow-unsafe-pr-checkout: true
clean: false
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.TEND_BOT_TOKEN }}

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

- uses: max-sixty/tend/claude@0.1.12
- uses: max-sixty/tend/claude@0.1.13
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tend-triage.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
# Generated by tend 0.1.13. 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,
Expand All @@ -19,6 +19,7 @@ jobs:
triage:
if: github.repository_owner == 'PRQL' && contains(github.event.issue.labels.*.name, 'tend-outage') == false
runs-on: ubuntu-24.04
environment: tend
permissions:
contents: write
pull-requests: write
Expand All @@ -35,7 +36,7 @@ jobs:

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

- uses: max-sixty/tend/claude@0.1.12
- uses: max-sixty/tend/claude@0.1.13
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tend-weekly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by tend 0.1.12. Regenerate with: uvx tend@latest init
# Generated by tend 0.1.13. 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,
Expand All @@ -16,6 +16,7 @@ jobs:
weekly:
if: github.repository_owner == 'PRQL'
runs-on: ubuntu-24.04
environment: tend
permissions:
contents: write
pull-requests: write
Expand All @@ -32,7 +33,7 @@ jobs:

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

- uses: max-sixty/tend/claude@0.1.12
- uses: max-sixty/tend/claude@0.1.13
with:
github_token: ${{ secrets.TEND_BOT_TOKEN }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
Loading