Skip to content

Fix CI for external PRs #8766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 9, 2025
Merged

Conversation

robert-oleynik
Copy link
Contributor

@robert-oleynik robert-oleynik commented Jul 8, 2025

Steps to test:

  • CI should pass and Docker push steps should exist (in this PR)

Context

https://scm.slack.com/archives/C5AKLAV0B/p1751984023867249?thread_ts=1751275996.327659&cid=C5AKLAV0B

Issues:

@robert-oleynik robert-oleynik self-assigned this Jul 8, 2025
Copy link
Contributor

coderabbitai bot commented Jul 8, 2025

📝 Walkthrough

"""

Walkthrough

The GitHub Actions workflow for building, testing, and deploying Docker images was updated to add stricter conditions for Docker login and image push steps. These steps now exclude runs by Dependabot and require that pull request sources match the base repository, in addition to existing tag reference checks.

Changes

Files/Paths Change Summary
.github/workflows/build_test_deploy.yml Enhanced workflow conditions for Docker login and image push steps to restrict execution by actor and repository context.

Possibly related PRs

  • Fix Docker Tags for Push Events #8579: Also modifies workflow step conditions for Docker image handling, but focuses on tag ref exclusion, whereas this PR adds actor and repository checks.

Suggested labels

CI

Suggested reviewers

  • fm3

Poem

A rabbit hops through YAML fields,
Guarding secrets the workflow wields.
Only trusted paws may push,
While bots and forks get a gentle shush.
With careful checks, the Docker ships—
Secure and sound on bunny trips! 🐇🛳️
"""


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0ff0808 and 77ae317.

📒 Files selected for processing (1)
  • .github/workflows/build_test_deploy.yml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/build_test_deploy.yml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: build-smoketest-push
  • GitHub Check: frontend-tests
  • GitHub Check: backend-tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 38cc8ac and 366f2d8.

📒 Files selected for processing (1)
  • .github/workflows/build_test_deploy.yml (1 hunks)
🧰 Additional context used
🪛 actionlint (1.7.7)
.github/workflows/build_test_deploy.yml

274-274: if: condition "${{ ! startsWith(github.ref, 'refs/tags/') }} && github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository\n" is always evaluated to true because extra characters are around ${{ }}

(if-cond)


293-293: if: condition "${{ ! startsWith(github.ref, 'refs/tags/') }} && github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository\n" is always evaluated to true because extra characters are around ${{ }}

(if-cond)


312-312: if: condition "${{ ! startsWith(github.ref, 'refs/tags/') }} && github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository\n" is always evaluated to true because extra characters are around ${{ }}

(if-cond)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: build-smoketest-push
  • GitHub Check: backend-tests
  • GitHub Check: frontend-tests

@philippotto philippotto requested a review from normanrz July 8, 2025 15:14
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

♻️ Duplicate comments (2)
.github/workflows/build_test_deploy.yml (2)

265-268: docker/login-action condition is fixed but duplication issue remains
The expression is now syntactically correct – nice!
However, the very same predicate is still copy-pasted to every subsequent docker push step. The DRY refactor suggested in earlier reviews (extract into env.SHOULD_PUSH or a needs.output) is still valid and would remove 6× duplicated logic.


282-283: Repeated conditional expression – see earlier DRY suggestion
These four blocks repeat the exact same predicate that already appears in lines 265-268 and 290-293. Consolidating it into one reusable variable will lower maintenance cost and eliminate future copy-paste errors.

Also applies to: 299-301, 307-309, 316-317

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 366f2d8 and 0ff0808.

📒 Files selected for processing (1)
  • .github/workflows/build_test_deploy.yml (1 hunks)
🧰 Additional context used
🪛 actionlint (1.7.7)
.github/workflows/build_test_deploy.yml

273-273: parser did not reach end of input after parsing the expression. 29 remaining token(s) in the input: "IDENT", ".", "IDENT", "!=", "STRING", "&&", "(", "IDENT", ".", "IDENT", "!=", "STRING", "||", "IDENT", ".", "IDENT", ".", "IDENT", ".", "IDENT", ".", "IDENT", ".", "IDENT", "==", "IDENT", ".", "IDENT", ")"

(expression)

@robert-oleynik robert-oleynik enabled auto-merge (squash) July 9, 2025 13:38
@robert-oleynik robert-oleynik disabled auto-merge July 9, 2025 13:38
@robert-oleynik robert-oleynik merged commit 0141211 into master Jul 9, 2025
5 checks passed
@robert-oleynik robert-oleynik deleted the external-prs-and-dependabot-ci-fix branch July 9, 2025 14:07
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