Skip to content

Commit a206ba9

Browse files
Boshenclaude
andcommitted
fix(ci): fix case-sensitive username in unassign step
The `gh issue edit --remove-assignee` is case-sensitive. Using `boshen` (lowercase) silently succeeded without actually removing `Boshen`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f6eae55 commit a206ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
if: always()
4848
env:
4949
GH_TOKEN: ${{ github.token }}
50-
run: gh issue edit ${{ github.event.issue.number }} --remove-assignee boshen
50+
run: gh issue edit ${{ github.event.issue.number }} --remove-assignee Boshen

0 commit comments

Comments
 (0)