From acd098225ca3203127a242a7d52c8eeebd56ee58 Mon Sep 17 00:00:00 2001 From: jank Date: Sun, 1 Jun 2025 10:35:14 +0200 Subject: [PATCH 1/2] fix: Update claude to not decline pr's --- .gitea/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/claude.yml b/.gitea/workflows/claude.yml index 72efd20..598b3b2 100644 --- a/.gitea/workflows/claude.yml +++ b/.gitea/workflows/claude.yml @@ -69,7 +69,7 @@ jobs: Once you are done with your review, post your feedback as a reject or review on the pull request using the following exact format: - tea \"\" ${PR_NUMBER} \"\" + tea \"\" ${PR_NUMBER} \"\" Make sure the comment is clear, professional, and helpful. Only run the tea comment command once you're finished reviewing all changes. AND MOST IMPORTANDLY ONLY REVIEW THE DIFF FROM THE CURRENT STATE TO THE MAIN BRANCH TO GET THAT USE GIT DIFF You may also use the tea cli to find out various things about the pull request -- 2.47.2 From 189fb859183df49d11ab0bce473cd19e67349368 Mon Sep 17 00:00:00 2001 From: jank Date: Sun, 1 Jun 2025 10:35:14 +0200 Subject: [PATCH 2/2] fix: Update pipeline name --- .gitea/workflows/claude.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/claude.yml b/.gitea/workflows/claude.yml index 598b3b2..eacd10c 100644 --- a/.gitea/workflows/claude.yml +++ b/.gitea/workflows/claude.yml @@ -1,11 +1,11 @@ -name: Setup Gitea Tea CLI +name: Claude PR Review on: pull_request: types: [opened, synchronize] # Runs on new PRs and updates jobs: - setup-and-login: + claude-code: runs-on: ubuntu-latest steps: - name: Checkout code -- 2.47.2