From fcdc7b6d4cbb326bdc80a6b827a8e4b342158e95 Mon Sep 17 00:00:00 2001 From: atharva-2001 Date: Mon, 19 Jun 2023 14:45:28 +0530 Subject: [PATCH] Add tardis-refdata as repo to dispatch slash commands to --- .github/workflows/dispatcher.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dispatcher.yml b/.github/workflows/dispatcher.yml index 78b0c68d859..be007a91270 100644 --- a/.github/workflows/dispatcher.yml +++ b/.github/workflows/dispatcher.yml @@ -12,10 +12,21 @@ jobs: with: token: ${{ secrets.BOT_TOKEN }} commands: | - compare-refdata update-refdata repository: tardis-sn/tardis issue-type: pull-request permission: triage reaction-token: ${{ secrets.BOT_TOKEN }} allow-edits: true + + - name: Slash Command Dispatcher + uses: peter-evans/slash-command-dispatch@v3 + with: + token: ${{ secrets.BOT_TOKEN }} + commands: | + compare-refdata + repository: tardis-sn/tardis-refdata + issue-type: pull-request + permission: triage + reaction-token: ${{ secrets.BOT_TOKEN }} + allow-edits: true