You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
When using `require-org-membership: true` (which is the default), the GitHub user who triggers Claude (by commenting with `claude:` or `claude-fix:`) must be a **public** member of the organization.
229
+
230
+
**Important:** By default, GitHub organization memberships are private, which means the API cannot verify your membership. To make your membership public:
231
+
232
+
1. **Go to your organization page**: `https://github.com/your-organization-name`
233
+
2. **Click on the "People" tab**
234
+
3. **Find your username** in the member list
235
+
4. **Click on the "Private" dropdown** next to your name
236
+
5. **Select "Make public"**
237
+
238
+
Alternatively, you can do this from your profile:
239
+
1. Go to your GitHub profile
240
+
2. Click on "Organizations" in the left sidebar
241
+
3. Find the organization in the list
242
+
4. Click the "Make public" button
243
+
244
+
This allows the GitHub API to verify your organization membership when you use Claude Code action.
0 commit comments