fix: update OSPO action references to canonical org path#32
fix: update OSPO action references to canonical org path#32zkoppert wants to merge 1 commit intostorm-software:mainfrom
Conversation
The OSPO actions have moved from github/ to github-community-projects/. Update workflow references to use the canonical org path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Hello, I'm 🤖 Stormie-Bot! The Storm team sincerely appreciates your effort/interest in contributing to this project. A Storm developer will review this change and get back to you ASAP. Please feel free to reach out to the Storm team (contact@stormsoftware.com) if you have any questions/comments.
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow uses: references for OSPO-maintained actions from the legacy github/ org to the canonical github-community-projects/ org, avoiding reliance on repository redirects while keeping the same action versions.
Changes:
- Switch
github/contributors@v1→github-community-projects/contributors@v1in the contributors workflow. - Switch
github/cleanowners@v1→github-community-projects/cleanowners@v1in the cleanowners workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/contributors.yml | Updates the contributors action reference to the canonical org path. |
| .github/workflows/cleanowners.yml | Updates the cleanowners action reference to the canonical org path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updates GitHub Actions workflow references from the legacy
github/org path to the canonicalgithub-community-projects/path.The following OSPO actions have been transferred to the
github-community-projectsorganization:github/cleanownersgithub-community-projects/cleanownersgithub/contributorsgithub-community-projects/contributorsWhile GitHub's repo redirect ensures the old paths still work today, updating to the canonical path avoids depending on the redirect and ensures long-term stability.
No functional changes - the same action versions are referenced.