Skip to content

Commit

Permalink
Add tardis-refdata as repo to dispatch slash commands to
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jun 19, 2023
1 parent b11ace7 commit fcdc7b6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fcdc7b6

Please sign in to comment.