Skip to content

ci: avoid duplicate checks on pull requests - #10

Merged
lemarier merged 1 commit into
mainfrom
david/avoid-duplicate-ci
Sep 11, 2026
Merged

lemarier merged 1 commit into
mainfrom
david/avoid-duplicate-ci

Conversation

@lemarier

Copy link
Copy Markdown
Contributor

The shared package-check template starts both push and pull-request runs for the same PR update. Restrict its push trigger to the adopting repository's default branch and document the trigger policy. Keep PR checks and manual release-PR checks available.

Validation: rendered the template for main, checked it with actionlint 1.7.12, verified the trigger cases, and passed just check.

Copilot AI lite review requested due to automatic review settings September 11, 2026 21:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 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-11T21:21:41.744336Z 6f26b8d PR opened
ℹ️ 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.

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

Copy link
Copy Markdown

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: 6f26b8df69

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


on:
push:
branches: [$default-branch]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Quote substituted default branch names

When an adopting repository has a valid default branch containing a YAML flow delimiter, such as release,v2, the documented substitution produces branches: [release,v2], which YAML interprets as two separate branch filters. The workflow then skips the intended default-branch push, eliminating the post-merge check this change promises; quote the placeholder and render/lint a valid nontrivial branch name.

AGENTS.md reference: AGENTS.md:L13-L16

Useful? React with 👍 / 👎.

@lemarier
lemarier merged commit f33f84d into main Sep 11, 2026
1 check passed
@lemarier
lemarier deleted the david/avoid-duplicate-ci branch September 11, 2026 21:40
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.

2 participants