Skip to content

Commit 2d17c2c

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 14dc7b4 commit 2d17c2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/contributor-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
2929
3030
- name: Run contributor action
31-
uses: github/contributors@v1
31+
uses: github-community-projects/contributors@v1
3232
env:
3333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
START_DATE: ${{ env.START_DATE }}

.github/workflows/pattern-metrics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "CODEOWNERS_FILTER=$CODEOWNERS_FILTER" >> "$GITHUB_ENV"
5454
5555
- name: Run issue-metrics tool for issues
56-
uses: github/issue-metrics@v3
56+
uses: github-community-projects/issue-metrics@v3
5757
env:
5858
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
SEARCH_QUERY: 'repo:InnerSourceCommons/InnerSourcePatterns is:issue created:${{ env.last_month }} -reason:"not planned" ${{ env.CODEOWNERS_FILTER }}'
@@ -66,7 +66,7 @@ jobs:
6666
mv ./issue_metrics.md ready_to_merge_issues_report.md
6767
6868
- name: Run issue-metrics tool for PRs
69-
uses: github/issue-metrics@v3
69+
uses: github-community-projects/issue-metrics@v3
7070
env:
7171
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
SEARCH_QUERY: 'repo:InnerSourceCommons/InnerSourcePatterns is:pr created:${{ env.last_month }} -reason:"not planned" ${{ env.CODEOWNERS_FILTER }}'

0 commit comments

Comments
 (0)