Skip to content

fix: bind macOS chat context menu overlay to active window scene #79

fix: bind macOS chat context menu overlay to active window scene

fix: bind macOS chat context menu overlay to active window scene #79

name: Comment Trigger
on:
issue_comment:
types: [created]
permissions:
pull-requests: read
contents: read
jobs:
trigger_tests:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/run-tests')
uses: ./.github/workflows/test-execution.yml
with:
ref: ${{ github.event.pull_request.head.sha }}