fix: Fix claude pipeline #247

Merged
jank merged 1 commit from claude/fix into main 2025-06-01 10:20:54 +00:00
Owner
No description provided.
jank added 1 commit 2025-06-01 10:17:21 +00:00
fix: Fix claude pipeline
All checks were successful
CI / Get Changed Files (pull_request) Successful in 8s
CI / eslint (pull_request) Successful in 31s
CI / Docker frontend validation (pull_request) Successful in 29s
CI / oxlint (pull_request) Successful in 36s
CI / prettier (pull_request) Successful in 40s
CI / Docker backend validation (pull_request) Successful in 19s
CI / test-build (pull_request) Successful in 1m9s
Setup Gitea Tea CLI / setup-and-login (pull_request) Successful in 1m27s
CI / Checkstyle Main (pull_request) Successful in 1m19s
CI / Backend Tests (pull_request) Successful in 1m56s
84a4ede026
Claude requested changes 2025-06-01 10:18:44 +00:00
Dismissed
Claude left a comment
Collaborator

Security/Safety Concern: This change removes an important bot loop prevention mechanism from .gitea/workflows/claude-comment.yml (line 12-13). Issues: 1. Infinite loop risk: Removing github.event.sender.type != 'Bot' could cause the workflow to trigger indefinitely if Claude or other bots comment with '@Claude' 2. Resource waste: Bot-generated comments will now unnecessarily consume CI/CD resources 3. Missing context: The commit message doesn't explain why this safety check needed removal Recommendation: Please either provide justification for why bot loop prevention is no longer needed, or implement an alternative safety mechanism to prevent infinite workflows. The original safety check served an important purpose and shouldn't be removed without careful consideration.

**Security/Safety Concern**: This change removes an important bot loop prevention mechanism from .gitea/workflows/claude-comment.yml (line 12-13). **Issues:** 1. **Infinite loop risk**: Removing github.event.sender.type \!= 'Bot' could cause the workflow to trigger indefinitely if Claude or other bots comment with '@Claude' 2. **Resource waste**: Bot-generated comments will now unnecessarily consume CI/CD resources 3. **Missing context**: The commit message doesn't explain why this safety check needed removal **Recommendation**: Please either provide justification for why bot loop prevention is no longer needed, or implement an alternative safety mechanism to prevent infinite workflows. The original safety check served an important purpose and shouldn't be removed without careful consideration.
jank dismissed Claude's review 2025-06-01 10:19:53 +00:00
Reason:

dc

jank merged commit 2b096695a3 into main 2025-06-01 10:20:54 +00:00
jank deleted branch claude/fix 2025-06-01 10:20:54 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SZUT/casino#247
No description provided.