Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces a conda-forge-oriented CI workflow/recipe setup and updates repository tooling to better enforce commit hygiene and workflow validation.
Changes:
- Add a new conda-forge workflow (
conda-package-cf.yml) and a parallel conda recipe directory (conda-recipe-cf/). - Update conda recipe maintainers.
- Expand pre-commit hooks (including actionlint/gitleaks) and adjust CI scripts/quoting in GitHub workflows.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
conda-recipe/meta.yaml |
Updates recipe-maintainers list. |
conda-recipe-cf/meta.yaml |
Adds a conda-forge-oriented recipe definition. |
conda-recipe-cf/conda_build_config.yaml |
Adds platform compiler/sysroot configuration for conda-build. |
conda-recipe-cf/build.sh |
Adds Linux build script for the new recipe directory. |
conda-recipe-cf/bld.bat |
Adds Windows build script for the new recipe directory. |
.pre-commit-config.yaml |
Adds additional hooks (git hygiene, gitleaks, actionlint). |
.github/workflows/pre-commit.yml |
Adjusts checkout ref and clang-format installation approach. |
.github/workflows/conda-package.yml |
Improves quoting/arg handling in bash steps. |
.github/workflows/conda-package-cf.yml |
Adds new conda-forge CI workflow (build + test matrix). |
.github/workflows/build-with-clang.yml |
Improves quoting for compiler path export. |
.git-blame-ignore-revs |
Adds ignore revision entry for the pre-commit hook expansion. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d598fd2 to
33ec733
Compare
ae7a170 to
c30ea76
Compare
An error occurred while trying to automatically change base from
add-to-pre-commit
to
master
March 6, 2026 09:05
antonwolfy
reviewed
Mar 6, 2026
957f11e to
caca83e
Compare
antonwolfy
reviewed
Mar 6, 2026
these will remain in place until build system is updated
898fc52 to
991ddde
Compare
991ddde to
512f624
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also updates recipe maintainers