Skip to content

Bump sphinx from 3.5.4 to 7.1.0 #1135

Bump sphinx from 3.5.4 to 7.1.0

Bump sphinx from 3.5.4 to 7.1.0 #1135

name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slash-command-dispatch:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v2
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
commands: run-test-tutorials
# anyone can trigger this command
permission: none
issue-type: pull-request