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: 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
@@ -148,7 +148,7 @@ The following parameters can be used for additional control over when it is safe
148
148
| body | Description of the PR | N/A | ✔️ |
149
149
| base | Base ref to initiate pull request onto | N/A | ❌ |
150
150
| branch_name | Name of the branch to be created. Use this parameter if you want the helper to create a new branch for you. | N/A | ❌ |
151
-
| commit_message | Text used when creating a commit if branch_name is given | Automated PR creation | ❌ |
151
+
| commit_message | Text used when creating a commit if branch_name is given. Similar to `git commit -m "<commit_message>"` | Automated PR creation | ❌ |
152
152
| head | Head ref to initiate pull request from. If branch_name is provided it'll be the value of head | N/A | ❌ |
153
153
| return_full_payload | Return full payload from GitHub rather than a trimmed-down version of the response | N/A | ❌ |
0 commit comments