Skip to content

fix(para): stop suggest_archive dividing by a non-positive inactive_days #2657

fix(para): stop suggest_archive dividing by a non-positive inactive_days

fix(para): stop suggest_archive dividing by a non-positive inactive_days #2657

Workflow file for this run

name: Claude Code
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
claude:
if: contains(github.event.comment.body, '@claude')
runs-on: ubuntu-latest
steps:
- uses: anthropics/claude-code-action@fad22eb3fa582b7357fc0ea48af6645851b884fd
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}