Skip to content
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

🔄 synced file(s) with neurobagel/workflows #432

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

neurobagel-bot[bot]
Copy link
Contributor

@neurobagel-bot neurobagel-bot bot commented Feb 18, 2025

synced local file(s) with neurobagel/workflows.

Changed files
  • synced local .github/workflows/build_docker_on_release.yml with remote template_workflows/auto_release/build_docker_on_release.yml
  • synced local .github/workflows/build_docker_nightly.yml with remote template_workflows/build_docker_nightly.yml

This PR was created automatically by the repo-file-sync-action workflow run #13397263651

Summary by Sourcery

Synchronized the build_docker_nightly and build_docker_on_release workflows with the neurobagel/workflows repository. The workflows no longer specify the platforms to build for, and the build_docker_nightly workflow no longer runs the cli help command to verify the build. A note was added to the build_docker_nightly workflow indicating that a custom version of the workflow is used in neurobagel/query-tool, and that changes to the template must be applied manually to the query-tool repository.

CI:

  • The build_docker_nightly workflow now includes a note indicating that a custom version of the workflow is used in neurobagel/query-tool, and that changes to the template must be applied manually to the query-tool repository.
  • The build_docker_nightly and build_docker_on_release workflows no longer specify the platforms to build for, and the build_docker_nightly workflow no longer runs the cli help command to verify the build.

…emote 'template_workflows/auto_release/build_docker_on_release.yml'
…te 'template_workflows/build_docker_nightly.yml'
@neurobagel-bot neurobagel-bot bot added the _bot [BOT only] Issue or PR made by a bot. label Feb 18, 2025
Copy link

sourcery-ai bot commented Feb 18, 2025

Reviewer's Guide by Sourcery

This pull request synchronizes the local workflow files with the neurobagel/workflows repository. The changes involve removing the platform specification and CLI help verification from the Docker build workflows, as well as adding a note about a custom workflow version in neurobagel/query-tool.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Removed platform specification and the CLI help verification step from the Docker build workflow.
  • Removed the platforms argument from the docker/build-push-action in .github/workflows/build_docker_nightly.yml.
  • Removed the platforms argument from the docker/build-push-action in .github/workflows/build_docker_on_release.yml.
  • Removed the Run cli help job from .github/workflows/build_docker_nightly.yml.
.github/workflows/build_docker_nightly.yml
.github/workflows/build_docker_on_release.yml
Added a note to indicate that a custom version of the workflow is used in neurobagel/query-tool.
  • Added a comment at the top of .github/workflows/build_docker_nightly.yml to indicate that a custom version of this template workflow is used in neurobagel/query-tool and that changes to this template must be applied manually to the query-tool repository.
.github/workflows/build_docker_nightly.yml

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.55%. Comparing base (ce5bf41) to head (48cd8e8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #432   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files          18       18           
  Lines        1109     1109           
=======================================
  Hits         1093     1093           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
_bot [BOT only] Issue or PR made by a bot.
Projects
Status: Automation
Development

Successfully merging this pull request may close these issues.

0 participants