Skip to content

Add code-review-action workflow - #3447

Open
chouetz wants to merge 1 commit into
mainfrom
nschweitzer/aci-1829-code-review-action
Open

Add code-review-action workflow#3447
chouetz wants to merge 1 commit into
mainfrom
nschweitzer/aci-1829-code-review-action

Conversation

@chouetz

@chouetz chouetz commented Sep 8, 2026

Copy link
Copy Markdown
Member

Adds the DataDog/code-review-action reusable workflow as the default PR review workflow, replacing codex.

  • provider: codex, requires OPENAI_API_KEY secret (not yet provisioned)
  • telemetry disabled for now (no dd-sts policy set up yet)
  • triggers on main and vN.N release branches, plus /dd-review PR comments

Jira: https://datadoghq.atlassian.net/browse/ACIX-1829

Adds the DataDog/code-review-action reusable workflow as the default
PR review workflow, replacing codex.

Environment: Datadog workspace

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@datadog-datadog-us1-prod

This comment has been minimized.

@chouetz chouetz added this to the v1.31.0 milestone Sep 8, 2026
@chouetz chouetz added the enhancement New feature or request label Sep 8, 2026
@chouetz
chouetz marked this pull request as ready for review September 10, 2026 13:15
@chouetz
chouetz requested a review from a team September 10, 2026 13:15
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-10T13:20:12.005361Z 3a8027d Draft marked ready
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

trigger_mode: ${{ github.event_name == 'pull_request' && 'always' || 'on_demand' }}
review_event: COMMENT_ONLY
secrets:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Ooops I forgot to add the other keys if you want to play with other providers

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant