Skip to content

refactor(ci): add shared ci success#6

Merged
jbeckwith-oai merged 1 commit intomainfrom
codex/add-ci-success
Mar 23, 2026
Merged

refactor(ci): add shared ci success#6
jbeckwith-oai merged 1 commit intomainfrom
codex/add-ci-success

Conversation

@jbeckwith-oai
Copy link
Contributor

Add a CI Success job to the existing CI workflow, use the shared first-party action from promptfoo/.github, and keep the current test job intact. The CI Success job runs only on pull requests so push builds continue to run the normal test job without invoking the PR-only aggregator. Test plan: verify the updated workflow parses and CI Success waits for the existing PR checks.

Co-authored-by: Codex <noreply@openai.com>
@jbeckwith-oai jbeckwith-oai merged commit 06453fa into main Mar 23, 2026
4 checks passed
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: 95413e951a

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


steps:
- name: Wait for all PR checks to succeed
uses: promptfoo/.github/.github/actions/ci-success@main

Choose a reason for hiding this comment

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

P1 Badge Pin shared action to immutable commit SHA

Replace the mutable @main ref with a full commit SHA. Using a branch ref for uses: lets future, unreviewed changes in promptfoo/.github alter this workflow at runtime, creating a supply-chain risk and non-reproducible CI behavior.

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