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

Update copier.yaml #15

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Update copier.yaml #15

merged 2 commits into from
Mar 1, 2024

Conversation

strickvl
Copy link
Contributor

@strickvl strickvl commented Mar 1, 2024

As per Ruff changes.

Summary by CodeRabbit

  • Chores
    • Updated the default branch in CI workflow settings for improved development practices.

Copy link

coderabbitai bot commented Mar 1, 2024

Walkthrough

This update involves a simple yet significant change in a workflow configuration, specifically within a GitHub Actions CI pipeline. The modification updates the branch reference for a parameter used in the workflow, switching from a feature branch to the develop branch. This alteration signifies a move towards integrating changes more directly into the ongoing development process, likely reflecting a shift in project management or development strategy.

Changes

File Path Change Summary
.github/workflows/ci.yml Updated the default value for ref-zenml from a feature branch to develop.

🐇✨
In the realm of code, where changes brew,
A rabbit hopped, and something new it drew.
From feature's branch, to develop's light,
A single change, made the pipeline right.
🌈🚀 Let's celebrate, for progress we invite!
🐾

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

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>.
    • Generate unit-tests for this file.
  • 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 generate unit tests for this file.
    • @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 generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link

@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.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 99a1a08 and 9c1cf02.
Files ignored due to path filters (1)
  • copier.yaml is excluded by: !**/*.yaml
Files selected for processing (1)
  • .github/workflows/ci.yml (1 hunks)
Additional comments: 1
.github/workflows/ci.yml (1)
  • 58-58: The update of the default value for ref-zenml to 'develop' is a strategic change that aligns the CI workflow with the ongoing development efforts. This change simplifies the workflow by focusing on a single, active development branch, which can improve the efficiency of CI processes. However, it's crucial to ensure that all necessary features and fixes from the feature/OSSK-357-deprecate-external-artifact-with-non-value-inputs branch have been fully integrated into develop to avoid any regression or loss of functionality.

Ensure that the transition to the develop branch does not omit critical updates or features from the feature/OSSK-357-deprecate-external-artifact-with-non-value-inputs branch. This verification might require a thorough comparison of the branches or consultation with the development team to confirm that all relevant changes have been merged.

@strickvl strickvl merged commit 14d4373 into main Mar 1, 2024
13 checks passed
@strickvl strickvl deleted the strickvl-patch-1 branch March 1, 2024 16:57
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.

None yet

2 participants