Skip to content

Add claude GitHub actions 1771462556558#400

Closed
michaeltookes wants to merge 2 commits intosteipete:mainfrom
michaeltookes:add-claude-github-actions-1771462556558
Closed

Add claude GitHub actions 1771462556558#400
michaeltookes wants to merge 2 commits intosteipete:mainfrom
michaeltookes:add-claude-github-actions-1771462556558

Conversation

@michaeltookes
Copy link

No description provided.

Copy link

@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.

Reviewed commit: 64ad85fba7

ℹ️ 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".

runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read

Choose a reason for hiding this comment

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

P1 Badge Grant PR write scope for automated review comments

The workflow token is limited to pull-requests: read, but this job is intended to publish Claude review results back onto the PR. GitHub blocks review/comment creation with read-only PR scope, so the action can execute but fail when it tries to post feedback, leaving review runs effectively silent.

Useful? React with 👍 / 👎.

Comment on lines +23 to +24
pull-requests: read
issues: read

Choose a reason for hiding this comment

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

P1 Badge Allow issue/PR writes so @claude can reply

This workflow is triggered by @claude mentions on issues and PR discussions, but both issues and pull-requests permissions are read-only. With these scopes, the bot cannot post follow-up comments or updates to the thread, so mention-triggered runs will fail or produce no visible response to users.

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

Comments