Skip to content

Commit

Permalink
ci(slash-command): allow reacting to the comment that triggered a com…
Browse files Browse the repository at this point in the history
…mand

Signed-off-by: Dirk de Visser <github@dirkdevisser.nl>
  • Loading branch information
dirkdev98 committed May 21, 2024
1 parent da88321 commit ca24ac2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/slash-command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: Slash Command Dispatch
on:
issue_comment:
types: [created]

permissions:
issues: write
pull-requests: write

jobs:
slashCommandDispatch:
slash_command_dispatch:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
Expand Down

0 comments on commit ca24ac2

Please sign in to comment.