Skip to content

Modulausgabe sortieren #3559

Modulausgabe sortieren

Modulausgabe sortieren #3559

Workflow file for this run

name: Chatops
on:
issue_comment:
types: [created]
jobs:
slash-command-dispatch:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.BOT_TOKEN }}
# reactions should be reported from github itself
reaction-token: ${{ secrets.GITHUB_TOKEN }}
commands: visual-test
issue-type: pull-request