ci: Update contributors action reference after repo transfer#481
ci: Update contributors action reference after repo transfer#481
Conversation
The github/contributors action was transferred to github-community-projects/contributors. Update references to point to the new location. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Action reference for the contributors action from github/contributors to github-community-projects/contributors following a repository transfer. While GitHub supports redirects for transferred repositories, updating to the canonical name is best practice for clarity and to avoid potential future issues with redirects.
Changes:
- Updated the action reference in the contributors report workflow to use the new organization name
|
|
||
| - name: Run contributor action | ||
| uses: github/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 | ||
| uses: github-community-projects/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 |
There was a problem hiding this comment.
The action reference should include a version tag comment following the repository's established convention. All GitHub Actions in this repository are pinned to commit SHA hashes with version tag comments (e.g., uses: actions/checkout@SHA # v6.0.2). This makes it easier to identify which version is being used without having to look up the SHA. Please add a version tag comment after the SHA hash.
Summary
The
github/contributorsaction was transferred togithub-community-projects/contributors. This PR updates references to the old location.While GitHub does support redirects for transferred repositories, it's best practice to update to the canonical name.