We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd5400 commit 63b1daaCopy full SHA for 63b1daa
1 file changed
README.md
@@ -13,6 +13,7 @@ This action for [Changesets](https://github.com/atlassian/changesets) creates a
13
- setupGitUser - Sets up the git user for commits as `"github-actions[bot]"`. Default to `true`
14
- createGithubReleases - A boolean value to indicate whether to create Github releases after `publish` or not. Default to `true`
15
- cwd - Changes node's `process.cwd()` if the project is not located on the root. Default to `process.cwd()`
16
+- createPrAsDraft - A boolean value to indicate whether to create the PR as draft or not. Default to `false`
17
18
### Outputs
19
0 commit comments