Skip to content

Add claude GitHub actions #47

Merged
bnelabs merged 2 commits intomainfrom
add-claude-github-actions-1764261869755
Nov 27, 2025
Merged

Add claude GitHub actions #47
bnelabs merged 2 commits intomainfrom
add-claude-github-actions-1764261869755

Conversation

@bnelabs
Copy link
Copy Markdown
Owner

@bnelabs bnelabs commented Nov 27, 2025

No description provided.

@bnelabs bnelabs merged commit 5b9f4d6 into main Nov 27, 2025
1 check passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +22 to +25
permissions:
contents: read
pull-requests: read
issues: read
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Reviewer workflow lacks write permission to comment

The claude-code-review job asks the action to leave feedback via gh pr comment, but the job permissions restrict the GITHUB_TOKEN to pull-requests: read (and issues read-only). GitHub CLI cannot post PR comments with a read-only token, so the action will fail to publish the review even though it runs. Grant pull-requests: write (and issues if needed) so the bot can comment on PRs.

Useful? React with 👍 / 👎.

Comment on lines +21 to +25
permissions:
contents: read
pull-requests: read
issues: read
id-token: write
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Event responder cannot reply due to read-only token

The general claude workflow is triggered by issue comments/reviews mentioning @claude, but the job sets pull-requests and issues permissions to read. The action relies on gh commands to respond, which require write access to post comments; with these permissions the bot will be unable to reply, rendering the automation inert. Provide pull-requests: write and issues: write so responses succeed.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant