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: content/en/schema/latest/policy/manifest/config.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3222,7 +3222,7 @@
3222
3222
"properties": {
3223
3223
"automerge": {
3224
3224
"type": "boolean",
3225
-
"description": "automerge allows to enable/disable the automerge feature on new pullrequest\n\ncompatible:\n * action\n\ndefault:\n false"
3225
+
"description": "automerge allows to enable/disable the automerge feature on new pullrequest\ndeprecated since the field \"merge.strategy\" should now be used to specify the merge strategy and enable automerge with \"auto\" value.\n\ncompatible:\n * action\n\ndefault:\n false\n\ndeprecated: use merge.strategy: auto instead"
0 commit comments