fix(ci): update ospo-reusable-workflows org path in GitHub Actions#419
Merged
zkoppert merged 1 commit intogithub-community-projects:mainfrom Mar 10, 2026
Merged
Conversation
## What Updated all references to ospo-reusable-workflows from the `github` org to the `github-community-projects` org across three workflow files: auto-labeler, pr-title, and release. ## Why The ospo-reusable-workflows repository was moved from the `github` org to the `github-community-projects` org. The old references would cause workflow failures since the repository no longer exists at the previous path. ## Notes - Pinned commit SHAs were intentionally left unchanged — the SHA references the same commit in the transferred repo - All four `uses:` directives across the three workflow files were updated - Updated pull request template, trimmed it a bit Signed-off-by: jmeridth <jmeridth@gmail.com>
zkoppert
approved these changes
Mar 10, 2026
wrslatz
approved these changes
Mar 10, 2026
Contributor
|
If we're able to view these workflows in the new org, that will be really helpful for auditing and understanding them, as well as contributing. |
Contributor
Author
Contributor
Don't think I have permissions for that. I think temp removing the checks makes sense if they're replaced in the new org location and would need changing anyway. |
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.
Pull Request
Proposed Changes
What
Updated all references to ospo-reusable-workflows from the
githuborg to thegithub-community-projectsorg across three workflow files: auto-labeler, pr-title, and release.Why
The ospo-reusable-workflows repository was moved from the
githuborg to thegithub-community-projectsorg. The old references would cause workflow failures since the repository no longer exists at the previous path.Notes
uses:directives across the three workflow files were updatedReadiness Checklist
Author/Contributor
npm run lintand fix any linting issues that have been introducednpm run testand run tests