Skip to content

Commit c838544

Browse files
zkoppertCopilot
andcommitted
Update contributors action reference after repo transfer
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>
1 parent d123921 commit c838544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/contributors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
2828
2929
- name: Run contributor action
30-
uses: github/contributors@v1
30+
uses: github-community-projects/contributors@v1
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
START_DATE: ${{ env.START_DATE }}
3434
END_DATE: ${{ env.END_DATE }}
35-
REPOSITORY: "github/go-spdx,github-community-projects/internal-contribution-forks,github/stale-repos,github/evergreen,github/issue-metrics,github/github-ospo,github/contributors,github/automatic-contrib-prs,github/cleanowners,github/measure-innersource"
35+
REPOSITORY: "github/go-spdx,github-community-projects/internal-contribution-forks,github/stale-repos,github/evergreen,github/issue-metrics,github/github-ospo,github-community-projects/contributors,github/automatic-contrib-prs,github/cleanowners,github/measure-innersource"
3636
SPONSOR_INFO: "true"
3737
LINK_TO_PROFILE: "true"
3838

0 commit comments

Comments
 (0)