From bf7548e25087db962f581ed11ec45d8f189b3845 Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Sat, 13 Feb 2021 12:10:02 +0100 Subject: [PATCH] :memo: add delete branch option (#309) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3100c8bf..dab01a8c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ $ npm test | `ascending` | Order to get issues/pr. _Defaults to **false**_ | Optional | | `skip-stale-issue-message` | Skip adding stale message on stale issue. _Defaults to **false**_ | Optional | | `skip-stale-pr-message` | Skip adding stale message on stale pr. _Defaults to **false**_ | Optional | +| `delete-branch` | Delete the git branch after closing a stale pull request. _Defaults to **false**_ | Optional | | `start-date` | The date used to skip the stale action on issue/pr created before it (ISO 8601 or RFC 2822). | Optional | ### Usage