Skip to content

CI Test Limited Command #15

CI Test Limited Command

CI Test Limited Command #15

# If someone with write access comments "/ci-test-limit" on a pull request, emit a repository_dispatch event
name: CI Test Limited Command
on:
issue_comment:
types: [created]
jobs:
ci-test-limit:
runs-on: ubuntu-latest
# Only run for PRs, not issue comments
if: |
github.event.issue.pull_request
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v3
with:
issue-type: pull-request
token: ${{ secrets.APPSMITH_CI_TEST_PAT }}
commands: |
ci-test-limit