Skip to content

Convert native inputs to MUI #139

Convert native inputs to MUI

Convert native inputs to MUI #139

name: Slash Command Dispatch
on:
issue_comment:
types:
- created
jobs:
slash-command-dispatch:
runs-on: ubuntu-latest
steps:
- name: Dispatch slash commands
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.SLASH_COMMAND_PAT }}
commands: |
unlock
remove
deploy
deploy-shared
dispatch-type: repository
issue-type: pull-request
permission: write