Add rebase slash command
This commit is contained in:
parent
58fb221778
commit
ccd2b64012
1 changed files with 6 additions and 0 deletions
6
.github/workflows/slash-command-dispatch.yml
vendored
6
.github/workflows/slash-command-dispatch.yml
vendored
|
@ -34,5 +34,11 @@ jobs:
|
|||
"command": "cpr-example",
|
||||
"permission": "admin",
|
||||
"issue_type": "issue"
|
||||
},
|
||||
{
|
||||
"command": "rebase",
|
||||
"permission": "admin",
|
||||
"repository": "peter-evans/slash-command-dispatch-processor",
|
||||
"issue_type": "pull-request"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue