Skip to content

ci: Update contributors action reference after repo transfer#481

Merged
zkoppert merged 1 commit intomainfrom
update-contributors-action-reference
Feb 24, 2026
Merged

ci: Update contributors action reference after repo transfer#481
zkoppert merged 1 commit intomainfrom
update-contributors-action-reference

Conversation

@zkoppert
Copy link
Member

Summary

The github/contributors action was transferred to github-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.

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>
@zkoppert zkoppert changed the title Update contributors action reference after repo transfer ci: Update contributors action reference after repo transfer Feb 24, 2026
@zkoppert zkoppert marked this pull request as ready for review February 24, 2026 18:31
@zkoppert zkoppert requested a review from a team as a code owner February 24, 2026 18:31
Copilot AI review requested due to automatic review settings February 24, 2026 18:31
@zkoppert zkoppert merged commit 8e46b1a into main Feb 24, 2026
36 of 37 checks passed
@zkoppert zkoppert deleted the update-contributors-action-reference branch February 24, 2026 18:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants