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: actions/setup/js/safe_outputs_tools.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -783,6 +783,10 @@
783
783
"enum": ["replace", "append", "prepend"],
784
784
"description": "How to update the PR body: 'replace' (default - completely overwrite), 'append' (add to end with separator), or 'prepend' (add to start with separator). Title is always replaced."
785
785
},
786
+
"merge_base": {
787
+
"type": "boolean",
788
+
"description": "When true, update the pull request branch with the latest base branch changes before applying other updates. Defaults to false."
789
+
},
786
790
"pull_request_number": {
787
791
"type": ["number", "string"],
788
792
"description": "Pull request number to update. This is the numeric ID from the GitHub URL (e.g., 234 in github.com/owner/repo/pull/234). Required when the workflow target is '*' (any PR)."
Copy file name to clipboardExpand all lines: pkg/parser/schemas/main_workflow_schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6976,6 +6976,10 @@
6976
6976
"type": "boolean",
6977
6977
"description": "Allow updating pull request body - defaults to true, set to false to disable"
6978
6978
},
6979
+
"merge-base": {
6980
+
"type": "boolean",
6981
+
"description": "When true, update the pull request branch with the latest base branch changes before applying other updates. Defaults to false."
6982
+
},
6979
6983
"operation": {
6980
6984
"type": "string",
6981
6985
"description": "Default operation for body updates: 'append' (add to end), 'prepend' (add to start), or 'replace' (overwrite completely). Defaults to 'replace' if not specified.",
Copy file name to clipboardExpand all lines: pkg/workflow/js/safe_outputs_tools.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -935,6 +935,10 @@
935
935
],
936
936
"description": "How to update the PR body: 'replace' (default - completely overwrite), 'append' (add to end with separator), or 'prepend' (add to start with separator). Title is always replaced."
937
937
},
938
+
"merge_base": {
939
+
"type": "boolean",
940
+
"description": "When true, update the pull request branch with the latest base branch changes before applying other updates. Defaults to false."
0 commit comments