Skip to content

git diff -- .github/workflows/sync-leaderboard.yml #344

git diff -- .github/workflows/sync-leaderboard.yml

git diff -- .github/workflows/sync-leaderboard.yml #344

name: Slash Command Dispatch
on:
issue_comment:
types: [created]
permissions:
contents: read
issues: read
pull-requests: read
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v5
with:
token: ${{ secrets.PAT }}
reaction-token: ${{ secrets.PAT }}
commands: format
permission: write
issue-type: pull-request