Feature/cumulus consolidate update - #117
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project changelog to reference the correct GitHub repository for issue links and bumps actions/checkout to a newer major version in GitHub Actions workflows.
Changes:
- Added an “Unreleased / Changed” changelog entry for the Poetry/Python library update related to Cumulus consolidation.
- Updated several
CHANGELOG.mdissue URLs to point topodaac/tiginstead ofpodaac/hitide. - Updated workflow(s) to use
actions/checkout@v7(note: not all checkout steps were updated consistently withinbuild.yml).
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
CHANGELOG.md |
Adds a new Unreleased entry and updates multiple issue links to the podaac/tig repository. |
.github/workflows/build.yml |
Updates one actions/checkout step to v7 in the build job (deploy job still uses v6). |
.github/workflows/.release-created.yml |
Updates actions/checkout to v7 for the release-branch-created workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+28
to
+30
| - [issue/72] (https://github.com/podaac/tig/issues/72): empty granules for VIIRS_NPP-NAVO-L2P-v3.0 moved up code where we test lon lat for nans. | ||
| - [issue/78] (https://github.com/podaac/tig/issues/78): error message for empty granules | ||
| - [issue/87] (https://github.com/podaac/tig/issues/87): output message from cli call on input used to call tig. |
Comment on lines
+28
to
+30
| - [issue/72] (https://github.com/podaac/tig/issues/72): empty granules for VIIRS_NPP-NAVO-L2P-v3.0 moved up code where we test lon lat for nans. | ||
| - [issue/78] (https://github.com/podaac/tig/issues/78): error message for empty granules | ||
| - [issue/87] (https://github.com/podaac/tig/issues/87): output message from cli call on input used to call tig. |
Comment on lines
+40
to
42
| - uses: actions/checkout@v7 | ||
| with: | ||
| fetch-depth: 0 # Needed for proper versioning |
| - [issue/26](https://github.com/podaac/tig/issues/26): Added cli command to generate hitide configurations for tig/forge | ||
| - ** Added in swot expert image generation ** | ||
| - [issue/18] (https://github.com/podaac/hitide/issues/18): Added in code to generate ssha_karin_2 in swot expert | ||
| - [issue/18](https://github.com/podaac/hitide/issues/18): Added in code to generate ssha_karin_2 in swot expert |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
jamesfwood
approved these changes
Jun 24, 2026
sliu008
added a commit
that referenced
this pull request
Jul 21, 2026
* /version 0.16.0a0 * Add automatic project assignment workflow This workflow automatically: - Adds new issues and PRs to the podaac project - Sets their status to 'needs:triage' Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add automatic team/project assignment workflow This workflow automatically, when team label is assigned to an issue: - Set podaac project status to triage - Assign to the team github project when it exists, with a New status. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add automatic team/project assignment workflow This workflow automatically, when team label is assigned to an issue: - Set podaac project status to triage - Assign to the team github project when it exists, with a New status. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * /version 0.14.0a0 * /version 0.16.0a1 * Remove workflow: add-to-project.yml This workflow is being removed from the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * /version 0.16.0a2 * Deploy workflow: org-add-to-project.yml This workflow is being deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * /version 0.16.0a3 * Deploy workflow: org-close-pr-status.yml This workflow is being deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * /version 0.16.0a4 * Remove workflow: team-assignment.yml This workflow is being removed from the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * Deploy workflow: org-team-assignment.yml This workflow is being deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * /version 0.16.0a5 * Feature/cumulus consolidate update (#117) * update python libraries for cumulus consolidation efforts * update changelog * update changelog * update changelog and workflow * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * poetry update * update cumulus-process minimum version --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * /version 0.16.0a6 * 0.16.0 release * /version 0.16.0rc1 * update changelog * /version 0.16.0rc2 --------- Co-authored-by: podaac-thumbnail-generator bot <podaac-thumbnail-generator@noreply.github.com> Co-authored-by: thomas loubrieu <60993872+tloubrieu-jpl@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: podaac-tig bot <podaac-tig@noreply.github.com> Co-authored-by: James Wood <8115931+jamesfwood@users.noreply.github.com> Co-authored-by: jamesfwood <jamesfwood@users.noreply.github.com> Co-authored-by: tloubrieu-jpl <tloubrieu-jpl@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: sliu008 <sliu008@users.noreply.github.com>
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.
Fixes #116
This pull request primarily updates references in the
CHANGELOG.mdto point to the correct repository for issues, and also updates the GitHub Actions workflow files to use a newer version of theactions/checkoutaction. These changes help ensure proper tracking of issues and take advantage of improvements in the GitHub Actions ecosystem.Changelog corrections:
CHANGELOG.mdto reference thepodaac/tigrepository instead ofpodaac/hitide, ensuring accurate issue tracking. [1] [2] [3]Workflow updates:
actions/checkoutfrom versionv6tov7in.github/workflows/.release-created.ymland.github/workflows/build.ymlto use the latest features and fixes. [1] [2]Changelog additions:
CHANGELOG.mdfor updating Python libraries for cumulus consolidation.