Skip to content

Commit ff60fb7

Browse files
authored
docs: add deprecated tag to update_bot_account (#4699)
We started the deprecation process on this attribute
1 parent 266a1a2 commit ff60fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/mergify-configuration-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@
13461346
},
13471347
"update_bot_account": {
13481348
"$ref": "#/definitions/Template",
1349+
"deprecated": true,
13491350
"description": "For certain actions, such as rebasing branches, Mergify has to impersonate a GitHub user. You can specify the account to use with this option. If no `update_bot_account` is set, Mergify picks randomly one of the organization users instead. The user account **must** have already been logged in Mergify dashboard once.\n\n This option overrides the value defined in the queue rules section of the configuration."
13501351
},
13511352
"update_method": {

0 commit comments

Comments
 (0)