From 6342438c4ef1752f51d38574ea7170958619cbbe Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Thu, 5 Dec 2019 18:28:50 +0900 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7b5233..8e98db2 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The branch name is defined by the input `branch` and defaults to `create-pull-re #### Strategy B - Create and update a pull request branch -To use this strategy, set `branch-suffix` to the value `none`. The input `branch` defaults to `create-pull-request/patch`. Commits will be made to this branch and a pull request created. Any subsequent changes will be committed to the *same* branch and reflected in the existing pull request. +To use this strategy, set `branch-suffix` to the value `none`. The input `branch` defaults to `create-pull-request/patch`. Commits will be made to this branch and a pull request created. Any subsequent changes will be committed to the *same* branch and reflected in the open pull request. If the pull request is merged or closed a new one will be created. ### Ignoring files