From cd7f925d0a61313881b1f63cda2de9021b3776e2 Mon Sep 17 00:00:00 2001 From: Johan Lindell Date: Tue, 8 Feb 2022 11:05:08 +0000 Subject: [PATCH] docs: updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d509e67a..cefd4f78 100755 --- a/README.md +++ b/README.md @@ -127,6 +127,9 @@ concurrent: 1 # replace: Replace the existing content of the branch by force pushing any new changes, then reuse any existing pull request, or create a new one if none exist. conflict-strategy: skip +# Create pull request(s) as draft. +draft: false + # Run without pushing changes or creating pull requests. dry-run: false @@ -542,6 +545,7 @@ Flags: skip: Skip making any changes to the existing branch and do not create a new pull request. replace: Replace the existing content of the branch by force pushing any new changes, then reuse any existing pull request, or create a new one if none exist. (default "skip") + --draft Create pull request(s) as draft. -d, --dry-run Run without pushing changes or creating pull requests. -f, --fetch-depth int Limit fetching to the specified number of commits. Set to 0 for no limit. (default 1) --fork Fork the repository instead of creating a new branch on the same owner.