mirror of
https://github.com/directus/directus.git
synced 2026-01-28 20:37:56 -05:00
16 lines
353 B
YAML
16 lines
353 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 }}
|
|
reactions: false
|
|
commands: |
|
|
linear
|