You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: update-analyzer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This action depends on:
36
36
|`secret-name`| Name of the secret for GitHub token to fetch from the vault that has permissions to create pull requests in the target Github repository. |`true`||
37
37
|`plugin-artifacts`| Comma-separated list of plugin artifact names (any `X` in `sonar-X-plugin`) that will be used instead of `plugin-name` when provided. |`false`||
38
38
|`base-branch`| The base branch for the pull request. |`false`|`master`|
39
-
|`draft`| A boolean value (`true`/`false`) to control if the pull request is created as a draft. |`false`|`false`|
39
+
|`draft`| A boolean value (`true`/`false`) to control if the pull request is created as a draft. When `true`, the commit message is prefixed with `[DO NOT MERGE]` instead of the ticket key.|`false`|`false`|
40
40
|`reviewers`| A comma-separated list of GitHub usernames to request a review from (e.g., `user1,user2`). |`false`||
41
41
|`pull-request-body`| The body of the pull request. |`false`||
0 commit comments