Files
directus/.github/workflows/slash-commands.yaml
2023-03-01 17:06:35 -05:00

15 lines
326 B
YAML

name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.LINEAR_PAT }}
commands: |
linear