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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ Below is an explanation of each field in the configuration file:
235
235
236
236
- For `azuredevops`:
237
237
238
-
-`targetRefName` (required): The name of the target branch of the pull request. (e.g `main` or `refs/heads/main`).
238
+
-`targetRefName` (optional): The name of the target branch of the pull request. (e.g `main` or `refs/heads/main`). Defaults to the remote repository default branch.
239
239
-`title` (required): The title of the pull request.
240
240
-`description` (optional): The description of the pull request.
241
241
-`labels` (optional): Labels to be applied to the pull request.
@@ -247,7 +247,7 @@ Below is an explanation of each field in the configuration file:
247
247
248
248
- For `github`:
249
249
250
-
-`base` (required): The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository (e.g `main` or `refs/heads/main`).
250
+
-`base` (optional): The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository (e.g `main` or `refs/heads/main`). Defaults to the remote repository default branch.
251
251
-`title` (required): The title of the pull request.
252
252
-`body` (optional): The body content of the pull request.
253
253
-`maintainer_can_modify` (optional): Indicates whether maintainers can modify the pull request.
0 commit comments