Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #411

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #411

Workflow file for this run

name: Slash command dispatch
on:
issue_comment:
types: [created]
jobs:
dispatcher:
runs-on: ubuntu-latest
steps:
- name: Slash command dispatch
uses: peter-evans/slash-command-dispatch@v1
with:
reaction-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.NOTIFICATION }}
commands: deploy
issue-type: issue
allow_edits: true
reactions: false