docs(README): clarify that an existing open PR is managed (#3498)

* docs(README): clarify that an existing open PR is managed

* make it a little more concise

---------

Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
This commit is contained in:
Claas Augner 2024-11-26 14:18:28 +01:00 committed by GitHub
parent 2d6e2b85ac
commit fd327677a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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&mdash;the branch checked out in the workflow.
3. Create or update a pull request to merge the branch into the base&mdash;the branch checked out in the workflow.
or update an existing open pull request for that branch.
## Documentation