From 3a3529a1cae6c17738912c1208a39817c75751ec Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:35:48 +0100 Subject: [PATCH] docs(README): clarify that an existing open PR is managed --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 797af8c..27eb871 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Create Pull Request action will: - tracked (modified) files - commits made during the workflow that have not been pushed 2. Commit all changes to a new branch, or update an existing pull request branch. -3. Create a pull request to merge the new branch into the base—the branch checked out in the workflow. +3. Create a pull request to merge the new branch into the base—the branch checked out in the workflow—, + or update an existing open pull request for that branch. ## Documentation