From 1e58ea048b3a40d61e7e76c02f53765c39a3e507 Mon Sep 17 00:00:00 2001 From: latte Date: Sun, 21 Dec 2025 14:36:14 +0100 Subject: [PATCH] update repo name to openrabbit --- .gitea/workflows/ai-chat.yml | 2 +- .gitea/workflows/ai-codebase-review.yml | 6 +++--- .gitea/workflows/ai-comment-reply.yml | 2 +- .gitea/workflows/ai-issue-triage.yml | 2 +- .gitea/workflows/enterprise-ai-review.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ai-chat.yml b/.gitea/workflows/ai-chat.yml index 73b6822..40bccad 100644 --- a/.gitea/workflows/ai-chat.yml +++ b/.gitea/workflows/ai-chat.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 with: - repository: Hiddenden/OpenRabbit + repository: Hiddenden/openrabbit path: .ai-review token: ${{ secrets.AI_REVIEW_TOKEN }} diff --git a/.gitea/workflows/ai-codebase-review.yml b/.gitea/workflows/ai-codebase-review.yml index 944718d..32ab58f 100644 --- a/.gitea/workflows/ai-codebase-review.yml +++ b/.gitea/workflows/ai-codebase-review.yml @@ -3,7 +3,7 @@ name: AI Codebase Quality Review on: # Weekly scheduled run schedule: - - cron: "0 0 * * 0" # Every Sunday at midnight + - cron: "0 0 * * 0" # Every Sunday at midnight # Manual trigger workflow_dispatch: @@ -26,12 +26,12 @@ jobs: # Checkout the repository - uses: actions/checkout@v4 with: - fetch-depth: 0 # Full history for analysis + fetch-depth: 0 # Full history for analysis # Checkout central AI tooling - uses: actions/checkout@v4 with: - repository: Hiddenden/AI-code-review-workflow + repository: Hiddenden/openrabbit path: .ai-review token: ${{ secrets.AI_REVIEW_TOKEN }} diff --git a/.gitea/workflows/ai-comment-reply.yml b/.gitea/workflows/ai-comment-reply.yml index 3acd6da..1c41b68 100644 --- a/.gitea/workflows/ai-comment-reply.yml +++ b/.gitea/workflows/ai-comment-reply.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 with: - repository: Hiddenden/AI-code-review-workflow + repository: Hiddenden/openrabbit path: .ai-review token: ${{ secrets.AI_REVIEW_TOKEN }} diff --git a/.gitea/workflows/ai-issue-triage.yml b/.gitea/workflows/ai-issue-triage.yml index 9d1de47..1cb54b3 100644 --- a/.gitea/workflows/ai-issue-triage.yml +++ b/.gitea/workflows/ai-issue-triage.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 with: - repository: Hiddenden/AI-code-review-workflow + repository: Hiddenden/openrabbit path: .ai-review token: ${{ secrets.AI_REVIEW_TOKEN }} diff --git a/.gitea/workflows/enterprise-ai-review.yml b/.gitea/workflows/enterprise-ai-review.yml index b1e0073..7b224ff 100644 --- a/.gitea/workflows/enterprise-ai-review.yml +++ b/.gitea/workflows/enterprise-ai-review.yml @@ -17,7 +17,7 @@ jobs: # Checkout the CENTRAL AI tooling repo - uses: actions/checkout@v4 with: - repository: Hiddenden/AI-code-review-workflow + repository: Hiddenden/openrabbit path: .ai-review token: ${{ secrets.AI_REVIEW_TOKEN }}