DEVOPS-867: convert the 3 Python meta packages to individual repositories 🚧#143
DEVOPS-867: convert the 3 Python meta packages to individual repositories 🚧#143
Conversation
566eb70 to
dd5cf2e
Compare
|
test successfully on this PR: MiraGeoscience/geoh5-interop#2 |
|
chore: before merging, need to change reference to v2.4 |
There was a problem hiding this comment.
Pull Request Overview
This PR refactors GitHub Actions workflows and action definitions as part of converting Python meta packages to individual repositories. The changes standardize YAML formatting by removing unnecessary quotes, correct spelling inconsistencies (Github → GitHub), improve description clarity, and add new conda channel configuration support.
- Removes unnecessary quotes from YAML string values for cleaner, more idiomatic YAML syntax
- Corrects "Github" to "GitHub" spelling throughout workflow and action files
- Adds new conda channel configuration functionality to support multiple repository sources
- Updates action version references from
v2toDEVOPS-867branch for testing
Reviewed Changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/reusable-version-check.yml |
Removed quotes from string descriptions and runs-on values |
.github/workflows/reusable-python-static_analysis.yml |
Updated descriptions, corrected GitHub spelling, added virtual-repo-names parameter, updated action version reference |
.github/workflows/reusable-python-release_pypi_assets.yml |
Removed quotes from descriptions, clarified virtual-repo-names description |
.github/workflows/reusable-python-release_conda_assets.yml |
Removed quotes from descriptions, improved clarity on repository publishing |
.github/workflows/reusable-python-pytest.yml |
Removed quotes, corrected GitHub spelling, added conda-channels input, updated action version reference |
.github/workflows/reusable-python-publish_rattler_package.yml |
Removed quotes from descriptions and default values, corrected GitHub spelling |
.github/workflows/reusable-python-publish_pypi_package.yml |
Removed quotes throughout, corrected GitHub spelling |
.github/workflows/reusable-python-build_setuptools_package.yml |
Removed quotes from descriptions, corrected GitHub spelling |
.github/workflows/reusable-python-build_poetry_package.yml |
Removed quotes from descriptions, corrected GitHub spelling |
.github/workflows/reusable-pre_commit.yml |
Removed quotes from descriptions and default values, corrected GitHub spelling |
.github/workflows/reusable-jira-pr_add_jira_summary.yml |
Removed quotes from secret descriptions |
.github/workflows/reusable-jira-issue_to_jira.yml |
Removed quotes from input and secret descriptions |
.github/workflows/jira-issue_to_jira.yml |
Removed quotes from project-key value |
.github/actions/setup-zizmor-config/action.yml |
Removed quotes from name, description, and using fields |
.github/actions/reusable-python-setup_poetry/action.yml |
Removed quotes, updated descriptions to indicate secrets |
.github/actions/reusable-python-setup_pixi/action.yml |
Removed quotes, added secret indicators to descriptions |
.github/actions/reusable-python-setup_hatch/action.yml |
Removed quotes from descriptions and using field |
.github/actions/reusable-python-setup_conda/action.yml |
Added virtual-repo-names and conda-channels inputs, implemented channel configuration logic, removed quotes |
.github/actions/reusable-python-publish_to_artifactory/action.yml |
Removed quotes, added secret indicators to descriptions |
.github/actions/reusable-get_draft_release/action.yml |
Removed quotes from descriptions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
also testing here: https://github.com/MiraGeoscience/mira-geophysics-pkg/pull/1 |
DEVOPS-867 - convert the 3 Python meta packages to individual repositories