Skip to content

Commit f2ede30

Browse files
zkoppertCopilot
andcommitted
fix: update OSPO action references to canonical org path
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>
1 parent c9b534a commit f2ede30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
3030
3131
- name: Run issue-metrics tool
32-
uses: github/issue-metrics@v3
32+
uses: github-community-projects/issue-metrics@v3
3333
env:
3434
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
SEARCH_QUERY: 'repo:zarr-developers/zarr-python is:issue created:${{ env.last_month }} -reason:"not planned"'

0 commit comments

Comments
 (0)