fix: Update workflows to work on the release-ulmo branch.#1
Merged
robrap merged 1 commit intorelease-ulmofrom Oct 9, 2025
Merged
fix: Update workflows to work on the release-ulmo branch.#1robrap merged 1 commit intorelease-ulmofrom
robrap merged 1 commit intorelease-ulmofrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates GitHub workflow configurations to target the release-ulmo branch instead of master as part of a branch migration strategy. The changes also remove some organization-level workflow dependencies to streamline the CI/CD pipeline.
- Updates all workflow branch triggers from
mastertorelease-ulmo - Removes two workflows that depend on organization-level shared workflows
- Updates default branch references in workflow dispatch inputs
Reviewed Changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/verify-dunder-init.yml |
Updated pull request trigger branch from master to release-ulmo |
.github/workflows/upgrade-python-requirements.yml |
Changed default target branch for manual workflow dispatch |
.github/workflows/upgrade-one-python-dependency.yml |
Updated default branch for dependency upgrade workflow |
.github/workflows/units-test-scripts-user-retirement.yml |
Updated push trigger branch reference |
.github/workflows/units-test-scripts-structures-pruning.yml |
Updated push trigger branch reference |
.github/workflows/unit-tests.yml |
Updated push trigger branch reference |
.github/workflows/static-assets-check.yml |
Updated push trigger branch reference |
.github/workflows/shellcheck.yml |
Updated push trigger branch reference |
.github/workflows/semgrep.yml |
Updated push trigger branch reference |
.github/workflows/quality-checks.yml |
Removed old release branch and updated to release-ulmo |
.github/workflows/migrations-check.yml |
Updated push trigger branch reference |
.github/workflows/lockfileversion-check.yml |
Updated push trigger branch reference |
.github/workflows/lint-imports.yml |
Updated push trigger branch reference |
.github/workflows/js-tests.yml |
Updated push trigger branch reference |
.github/workflows/add-remove-label-on-comment.yml |
Removed entire workflow file |
.github/workflows/add-depr-ticket-to-depr-board.yml |
Removed entire workflow file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
robrap
approved these changes
Oct 8, 2025
ktyagiapphelix2u
pushed a commit
that referenced
this pull request
Oct 17, 2025
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.
Removes several workflows and then updates the existing workflows to work against the release branch instead of master.