Skip to content

Configurable webSocket ping interval and timeout #219

Configurable webSocket ping interval and timeout

Configurable webSocket ping interval and timeout #219

name: Deploy Pull Request Dispatch
on:
issue_comment:
types: [created]
permissions:
pull-requests: write
contents: write
jobs:
deploy-check:
runs-on: ubuntu-latest
steps:
- name: Check if user has write access
uses: actions-cool/check-user-permission@main
id: checkUser
with:
require: write
- name: Trigger the deploy-pr-command workflow and add a reaction to the comment
if: steps.checkUser.outputs.require-result == 'true'
id: checkCommand
uses: peter-evans/slash-command-dispatch@v4
with:
commands: |
deploy
token: ${{ secrets.GITHUB_TOKEN }}