From c0505aa1116e16272bcda31a1a06a6dd293d9546 Mon Sep 17 00:00:00 2001 From: EDM115 Date: Wed, 28 Jan 2026 17:35:38 +0100 Subject: [PATCH] chore: replace mentions of the old repo path with the new organization --- .github/workflows/example.yml | 2 +- .github/workflows/release.yml | 4 ++-- action.yml | 4 ++-- daily-metrics/action.yml | 4 ++-- pr-close/action.yml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 3d02b69..41889de 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -3,7 +3,7 @@ # # Version Pinning (recommended for security): # Action version: use @v1.0.0 (see https://github.com/git-ai-project/action/releases) -# git-ai version: use git-ai-version input (see https://github.com/acunniffe/git-ai/releases) +# git-ai version: use git-ai-version input (see https://github.com/git-ai-project/git-ai/releases) name: git-ai diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea37bf1..970786c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: ```yaml # For PR close tracking - - uses: acunniffe/git-ai-action/pr-close@${{ steps.version.outputs.version }} + - uses: git-ai-project/git-ai-action/pr-close@${{ steps.version.outputs.version }} with: git-ai-version: "v1.0.23" # Pin to a specific git-ai version github-token: ${{ secrets.GITHUB_TOKEN }} @@ -56,7 +56,7 @@ jobs: merge-commit-sha: ${{ github.event.pull_request.merge_commit_sha }} # For daily metrics - - uses: acunniffe/git-ai-action/daily-metrics@${{ steps.version.outputs.version }} + - uses: git-ai-project/git-ai-action/daily-metrics@${{ steps.version.outputs.version }} with: git-ai-version: "v1.0.23" # Pin to a specific git-ai version default-branch: ${{ github.event.repository.default_branch }} diff --git a/action.yml b/action.yml index bf2cb65..eec782a 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: "Git AI Dashboards" description: "Track AI-assisted development and export OpenTelemetry data for your repository" -author: "acunniffe" +author: "git-ai-project" branding: icon: "git-branch" color: "purple" @@ -13,7 +13,7 @@ inputs: git-ai-repo: description: "GitHub repo to download git-ai from (owner/repo format)." required: false - default: "acunniffe/git-ai" + default: "git-ai-project/git-ai" github-token: description: "GitHub token for API access" required: false diff --git a/daily-metrics/action.yml b/daily-metrics/action.yml index bb988ba..3673e79 100644 --- a/daily-metrics/action.yml +++ b/daily-metrics/action.yml @@ -1,6 +1,6 @@ name: "Git AI Daily Metrics" description: "Export daily OpenTelemetry metrics for AI-assisted development" -author: "acunniffe" +author: "git-ai-project" branding: icon: "bar-chart-2" color: "purple" @@ -13,7 +13,7 @@ inputs: git-ai-repo: description: "GitHub repo to download git-ai from (owner/repo format)." required: false - default: "acunniffe/git-ai" + default: "git-ai-project/git-ai" repo-url: description: "Repository URL" required: false diff --git a/pr-close/action.yml b/pr-close/action.yml index 6f94420..addb1f5 100644 --- a/pr-close/action.yml +++ b/pr-close/action.yml @@ -1,6 +1,6 @@ name: "Git AI PR Close" description: "Track AI-assisted development on PR close and export OpenTelemetry data" -author: "acunniffe" +author: "git-ai-project" branding: icon: "git-pull-request" color: "purple" @@ -13,7 +13,7 @@ inputs: git-ai-repo: description: "GitHub repo to download git-ai from (owner/repo format)." required: false - default: "acunniffe/git-ai" + default: "git-ai-project/git-ai" github-token: description: "GitHub token for API access" required: false