Skip to content

[Community] Update model: anthropic/claude-fable-5 #1382

[Community] Update model: anthropic/claude-fable-5

[Community] Update model: anthropic/claude-fable-5 #1382

name: Test Changed Models on PR Comment
on:
issue_comment:
types: [created]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
test:
if: >-
github.event.issue.pull_request != null &&
startsWith(github.event.comment.body, '/test-models') &&
contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association)
uses: ./.github/workflows/test-changed-models-impl.yml
with:
pr_number: ${{ github.event.issue.number }}
comment_id: ${{ github.event.comment.id }}
secrets: inherit