From 9c849db757f652f07dc91b9adcce49e8d17ff192 Mon Sep 17 00:00:00 2001 From: Fabio Kapsahili <68349146+fkapsahili@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:28:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` |