Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Feb 8, 2022
1 parent dbfef2b commit cd7f925
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit cd7f925

Please sign in to comment.