Skip to content

feat(together-ai): update model YAMLs [bot] #289

feat(together-ai): update model YAMLs [bot]

feat(together-ai): update model YAMLs [bot] #289

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