Skip to content

Commit 3837f80

Browse files
committed
chore: rename bonk-auto-triage to bonk-auto-review
1 parent 8c4c58c commit 3837f80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bonk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
mentions: "/bonk"
9090
permissions: CODEOWNERS
9191

92-
bonk-auto-triage:
92+
bonk-auto-review:
9393
needs: check-codeowner
9494
if: |
9595
needs.check-codeowner.outputs.is-codeowner == 'true' &&
@@ -132,7 +132,7 @@ jobs:
132132
run: pnpm install --frozen-lockfile
133133
if: steps.node-modules-cache.outputs.cache-hit != 'true'
134134

135-
- name: Run Lil Bonk (auto-triage)
135+
- name: Run Lil Bonk (auto-review)
136136
uses: ask-bonk/ask-bonk/github@main
137137
env:
138138
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_AI_GATEWAY_ACCOUNT_ID }}
@@ -144,7 +144,7 @@ jobs:
144144
permissions: CODEOWNERS
145145
token_permissions: NO_PUSH
146146
prompt: |
147-
Triage this pull request. Review the title, description, and diff.
147+
Review this pull request. Review the title, description, and diff.
148148
Apply appropriate labels, summarize what the PR changes, and flag
149149
any issues that need attention from a maintainer (e.g. missing
150150
description, broken links, incorrect frontmatter, style guide

0 commit comments

Comments
 (0)