Files
slash-command-dispatch/.github/slash-command-dispatch.json

47 lines
997 B
JSON

[
{
"command": "create",
"permission": "write",
"issue_type": "issue",
"event_type_suffix": "-cmd"
},
{
"command": "delete",
"permission": "write",
"issue_type": "both",
"allow_edits": true,
"static_args": [
"some-unnamed-arg",
"foo=bar"
]
},
{
"command": "update",
"permission": "write",
"issue_type": "issue",
"dispatch_type": "workflow"
},
{
"command": "do-something-remotely",
"permission": "write",
"issue_type": "both",
"repository": "peter-evans/slash-command-dispatch-processor",
"event_type_suffix": "-cmd"
},
{
"command": "send-to-multiple-repos",
"repository": "peter-evans/slash-command-dispatch-processor"
},
{
"command": "send-to-multiple-repos",
"repository": "peter-evans/slash-command-dispatch"
},
{
"command": "analyze",
"permission": "admin",
"issue_type": "pull-request",
"allow_edits": true,
"event_type_suffix": "-cmd"
}
]