Skip to content

Commit af2bc4a

Browse files
authored
Merge branch refs/heads/2.1.x into 2.2.x
2 parents d1a2026 + 826449b commit af2bc4a

File tree

4 files changed

+0
-19
lines changed

4 files changed

+0
-19
lines changed

.github/workflows/claude-fix-issue.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ on:
1414
required: true
1515
type: string
1616

17-
permissions:
18-
contents: write
19-
pull-requests: write
20-
issues: write
21-
2217
jobs:
2318
fix:
2419
name: "Fix #${{ inputs.issue-number }}"
@@ -170,7 +165,6 @@ jobs:
170165
171166
claude -p \
172167
--model claude-opus-4-6 \
173-
--dangerously-skip-permissions \
174168
"$(cat /tmp/claude-prompt.txt)"
175169
176170
- name: "Read Claude's summary"

.github/workflows/claude-fix-pr-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
- opened
77
- synchronize
88

9-
permissions:
10-
contents: write
11-
pull-requests: read
12-
actions: read
13-
149
concurrency:
1510
group: claude-ci-fix-${{ github.event.pull_request.number }}
1611
cancel-in-progress: true
@@ -208,7 +203,6 @@ jobs:
208203
209204
claude -p \
210205
--model claude-opus-4-6 \
211-
--dangerously-skip-permissions \
212206
"$(cat /tmp/claude-ci-prompt.txt)"
213207
214208
- name: "Commit and push fixes"

.github/workflows/claude-react-on-comment.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ on:
88
pull_request_review_comment:
99
types: [created]
1010

11-
permissions:
12-
contents: write
13-
pull-requests: write
14-
issues: write
15-
actions: read
16-
1711
concurrency:
1812
group: claude-pr-reactions-${{ github.event.pull_request.number || github.event.issue.number }}
1913
cancel-in-progress: false

.github/workflows/issue-bot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ jobs:
299299
300300
claude -p \
301301
--model claude-opus-4-6 \
302-
--dangerously-skip-permissions \
303302
"Read the file ./tmp/step-summary.md which contains the Issue Bot step summary from CI in Markdown format. Interpret this Markdown to figure out which GitHub issues need regression tests added. For each affected issue (where behavior changed), run /regression-test with the issue number.
304303
305304
Also read the diff of this branch to see what has already been done. The primary fixed issue will already have a test committed. The Issue Bot step summary might mention other fixed issues, so please add regression tests for those.

0 commit comments

Comments
 (0)