From ccd2b6401278c5fdc09e014d29ce6084c48fa05b Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 25 May 2020 16:12:13 +0900 Subject: [PATCH] Add rebase slash command --- .github/workflows/slash-command-dispatch.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 11a9812..48d3529 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -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" } ]