Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ 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 }}
pr-url: ${{ github.event.pull_request.html_url }}
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 }}
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions daily-metrics/action.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pr-close/action.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down