Skip to content

chore: distribute managed files#9

Merged
pgollucci merged 1 commit intomainfrom
github-actions/file-distribution
Mar 29, 2026
Merged

chore: distribute managed files#9
pgollucci merged 1 commit intomainfrom
github-actions/file-distribution

Conversation

@p6m7g8-automation
Copy link
Copy Markdown
Contributor

Distributes managed workflow files from p6m7g8-actions/p6-gh-distributor.

run: echo "Skipping AI PR review in merge queue context."
- name: Skip on queue refs
if: github.event_name == 'merge_group' || github.event_name == 'push'
run: echo "Skipping review in queue context"
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] .github/workflows/codex-review.yml:22 codex review no longer marked optional

Current code:

      - name: Run codex review
        if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.event.pull_request.head.repo.fork == false
        uses: p6m7g8-actions/codex@main

Problem: Action failures now fail the workflow, blocking merges when the Codex service or secret is unavailable.

Fix:

      - name: Run codex review
        if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.event.pull_request.head.repo.fork == false
        continue-on-error: true
        uses: p6m7g8-actions/codex@main

Signed-off-by: github-actions <github-actions@github.com>
@github-actions
Copy link
Copy Markdown

Codex Autonomous Review:

  • Overall: patch is incorrect
  • Findings (total): 0

The patch still contains a blocking regression already noted in prior review comments (Codex review step no longer marked continue-on-error), and no other issues were found.

Tip: comment with "/codex address comments" to attempt automated fixes for unresolved review threads.

@pgollucci pgollucci merged commit 0390d70 into main Mar 29, 2026
12 of 15 checks passed
@pgollucci pgollucci deleted the github-actions/file-distribution branch March 29, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants