fix: Fix claude pipeline #247
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
backend
ci
docs
frontend
lgtm
blocked
lgtm
done
lgtm
need 1
size
huge
size
large
size
medium
size
small
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SZUT/casino#247
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "claude/fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
dc