diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/command.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/command.yaml b/.github/ISSUE_TEMPLATE/command.yaml index 518eccb..458f870 100644 --- a/.github/ISSUE_TEMPLATE/command.yaml +++ b/.github/ISSUE_TEMPLATE/command.yaml @@ -36,12 +36,13 @@ body: required: true - type: dropdown id: permissions + multiple: true attributes: label: Who should be authorised to use this command? options: - DevOps - - Admins + DevOps - - Helper+ + - Admins + - Helpers - Everyone validations: required: true |