Skip to content

Commit 1b4daa0

Browse files
authored
chore: update tend workflows (0.1.8 → 0.1.9) (#192)
2 parents 372eba1 + 7fb5b2b commit 1b4daa0

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.8. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.9. 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,
@@ -30,7 +30,7 @@ jobs:
3030
fetch-tags: true
3131
token: ${{ secrets.TEND_BOT_TOKEN }}
3232

33-
- uses: max-sixty/tend/claude@0.1.8
33+
- uses: max-sixty/tend/claude@0.1.9
3434
with:
3535
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3636
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-mention.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.8. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.9. 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,
@@ -207,7 +207,7 @@ jobs:
207207
env:
208208
EVENT_TS: ${{ github.event.comment.updated_at || github.event.review.submitted_at || github.event.issue.updated_at }}
209209

210-
- uses: max-sixty/tend/claude@0.1.8
210+
- uses: max-sixty/tend/claude@0.1.9
211211
with:
212212
github_token: ${{ secrets.TEND_BOT_TOKEN }}
213213
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.8. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.9. 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,
@@ -30,7 +30,7 @@ jobs:
3030
fetch-tags: true
3131
token: ${{ secrets.TEND_BOT_TOKEN }}
3232

33-
- uses: max-sixty/tend/claude@0.1.8
33+
- uses: max-sixty/tend/claude@0.1.9
3434
with:
3535
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3636
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-notifications.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.8. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.9. 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,
@@ -96,7 +96,7 @@ jobs:
9696
fetch-depth: 0
9797
fetch-tags: true
9898
token: ${{ secrets.TEND_BOT_TOKEN }}
99-
- uses: max-sixty/tend/claude@0.1.8
99+
- uses: max-sixty/tend/claude@0.1.9
100100
if: steps.check.outputs.count != '0' || github.event_name == 'workflow_dispatch'
101101
with:
102102
github_token: ${{ secrets.TEND_BOT_TOKEN }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.8. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.9. 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,
@@ -30,7 +30,7 @@ jobs:
3030
fetch-tags: true
3131
token: ${{ secrets.TEND_BOT_TOKEN }}
3232

33-
- uses: max-sixty/tend/claude@0.1.8
33+
- uses: max-sixty/tend/claude@0.1.9
3434
with:
3535
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3636
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-review.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.8. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.9. 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,
@@ -49,7 +49,7 @@ jobs:
4949
fetch-tags: true
5050
token: ${{ secrets.TEND_BOT_TOKEN }}
5151

52-
- uses: max-sixty/tend/claude@0.1.8
52+
- uses: max-sixty/tend/claude@0.1.9
5353
with:
5454
github_token: ${{ secrets.TEND_BOT_TOKEN }}
5555
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-triage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.8. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.9. 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,
@@ -33,7 +33,7 @@ jobs:
3333
fetch-tags: true
3434
token: ${{ secrets.TEND_BOT_TOKEN }}
3535

36-
- uses: max-sixty/tend/claude@0.1.8
36+
- uses: max-sixty/tend/claude@0.1.9
3737
with:
3838
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3939
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

.github/workflows/tend-weekly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by tend 0.1.8. Regenerate with: uvx tend@latest init
1+
# Generated by tend 0.1.9. 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,
@@ -30,7 +30,7 @@ jobs:
3030
fetch-tags: true
3131
token: ${{ secrets.TEND_BOT_TOKEN }}
3232

33-
- uses: max-sixty/tend/claude@0.1.8
33+
- uses: max-sixty/tend/claude@0.1.9
3434
with:
3535
github_token: ${{ secrets.TEND_BOT_TOKEN }}
3636
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

0 commit comments

Comments
 (0)