diff --git a/README.md b/README.md index b629de4..4d42427 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Determine the behavior for none existing properties or array elements. | commitChange | Commit the change to __branch__ with the given __message__ | `true` | | message | Commit message for the changed YAML file | '' | | labels | Comma separated list of labels, e.g. "feature, yaml-updates" | 'yaml-updates' | -| createPR | Create a PR from __branch__ to __targetBranch__. Use 'true' to enable it | `true` | +| createPR | Create a PR from __branch__ to __targetBranch__. Use 'true' to enable it | `false` | | title | Custom title for the created Pull Request | 'Merge: {{message}}' | | description | Custom description for the created Pull Request | '' | | targetBranch | Opens a PR from __branch__ to __targetBranch__ if createPR is set to 'true' | `master` |