Skip to content

[Anon] Imperialis Militia: Trying to add +7 additional beastmaster handlers for the correct max unit size of 10 handlers reports an error that you have added too many handlers (The number tracking the handlers is +1 above what is being shown #2237

[Anon] Imperialis Militia: Trying to add +7 additional beastmaster handlers for the correct max unit size of 10 handlers reports an error that you have added too many handlers (The number tracking the handlers is +1 above what is being shown

[Anon] Imperialis Militia: Trying to add +7 additional beastmaster handlers for the correct max unit size of 10 handlers reports an error that you have added too many handlers (The number tracking the handlers is +1 above what is being shown #2237

Workflow file for this run

# For details and description, see https://github.com/BSData/chatops
name: ChatOps
on:
issue_comment:
types: [created]
jobs:
dispatch:
runs-on: ubuntu-latest
if: startsWith(github.event.comment.body, '/')
steps:
- name: Checkout ChatOps repo
uses: actions/checkout@v2
with:
repository: BSData/chatops
path: chatops
- name: /command dispatch
uses: peter-evans/slash-command-dispatch@v2
with:
token: ${{ secrets.SLASH_COMMAND_DISPATCH_TOKEN }}
config-from-file: chatops/commands.json