Skip to content

Commit c1169f4

Browse files
zkoppertCopilot
andauthored
fix: update OSPO action references to canonical org path (#1705)
Updates GitHub Actions workflow references from the legacy `github/` org path to the canonical `github-community-projects/` path. The following OSPO actions have been transferred to the `github-community-projects` organization: | Legacy path | Canonical path | |---|---| | `github/issue-metrics` | `github-community-projects/issue-metrics` | While GitHub's repo redirect ensures the old paths still work today, updating to the canonical path avoids depending on the redirect and ensures long-term stability. **No functional changes** - the same action versions are referenced. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f991a08 commit c1169f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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:a2aproject/A2A is:issue created:${{ env.last_month }} -reason:"not planned"'

0 commit comments

Comments
 (0)