Skip to content

Commit e82db37

Browse files
chore(ai): remove sticky again
1 parent d6fe1bc commit e82db37

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/_claude-code.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ on:
2626
required: false
2727
default: true
2828
type: boolean
29-
use_sticky_comment:
30-
description: 'Use just one comment to deliver PR comments (only applies for pull_request event workflows)'
31-
required: false
32-
default: false
33-
type: boolean
3429
secrets:
3530
ANTHROPIC_API_KEY:
3631
required: true
@@ -97,7 +92,6 @@ jobs:
9792
github_token: ${{ secrets.GITHUB_TOKEN }}
9893
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
9994
track_progress: ${{ inputs.track_progress }}
100-
use_sticky_comment: ${{ inputs.use_sticky_comment }}
10195
additional_permissions: |
10296
actions: read
10397
allowed_bots: "dependabot[bot],renovate[bot]"

.github/workflows/claude-code-automation-pr-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
mode: 'automation'
1717
track_progress: ${{ github.event_name != 'workflow_dispatch' && true || false }}
18-
use_sticky_comment: false
1918
allowed_tools: 'mcp__github_inline_comment__create_inline_comment,Read,Write,Edit,MultiEdit,Glob,Grep,LS,WebFetch,WebSearch,Bash(git:*),Bash(bun:*),Bash(npm:*),Bash(npx:*),Bash(gh:*),Bash(uv:*),Bash(make:*)'
2019
prompt: |
2120
# PR REVIEW FOR AIGNOSTICS PYTHON SDK

0 commit comments

Comments
 (0)