From d4dba414dceeadc959e4f9e42e560366d068104f Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 31 Mar 2026 12:36:35 -0700 Subject: [PATCH] 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> --- .github/workflows/issue-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-metrics.yml b/.github/workflows/issue-metrics.yml index e87e62b2..4b54bb82 100644 --- a/.github/workflows/issue-metrics.yml +++ b/.github/workflows/issue-metrics.yml @@ -27,7 +27,7 @@ jobs: echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV" - name: Run issue-metrics tool - uses: github/issue-metrics@v3 + uses: github-community-projects/issue-metrics@v3 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEARCH_QUERY: 'repo:materialsproject/crystaltoolkit is:issue created:${{ env.last_month }} -reason:"not planned"'