From 84a4ede0265b0c38953fae7886fe592de361fa10 Mon Sep 17 00:00:00 2001 From: jank Date: Sun, 1 Jun 2025 12:16:44 +0200 Subject: [PATCH] fix: Fix claude pipeline --- .gitea/workflows/claude-comment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/claude-comment.yml b/.gitea/workflows/claude-comment.yml index 9f3ca9b..e650ae4 100644 --- a/.gitea/workflows/claude-comment.yml +++ b/.gitea/workflows/claude-comment.yml @@ -9,8 +9,7 @@ jobs: runs-on: ubuntu-latest if: | github.event.issue.pull_request && - contains(github.event.comment.body, '@Claude') && - github.event.sender.type != 'Bot' # Prevents bot loops + contains(github.event.comment.body, '@Claude') steps: - name: Check out code uses: actions/checkout@v4 -- 2.47.2