Skip to content

Commit bc0778f

Browse files
ikraamgclaude
andcommitted
Fix author_association check (remove incorrect repository_owner comparison)
github.repository_owner returns org/user name, not a user login. The author_association checks are sufficient for access control. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent d40ae3d commit bc0778f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/claude.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
claude:
1313
if: |
1414
(
15-
github.event.sender.login == github.repository_owner ||
1615
github.event.comment.author_association == 'OWNER' ||
1716
github.event.comment.author_association == 'MEMBER' ||
1817
github.event.comment.author_association == 'COLLABORATOR' ||

0 commit comments

Comments
 (0)