Skip to content

[Bug] Sending ADM stays “Pending” forever in chat list #35

[Bug] Sending ADM stays “Pending” forever in chat list

[Bug] Sending ADM stays “Pending” forever in chat list #35

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 }}