Skip to content

Commit 8271a4e

Browse files
Revert "Set bot_account settings in .mergify.yml (#2395)"
This reverts commit e4964df. Setting it to `clash-lang-builder` results in (unresolvable) errors on PRs. Setting it to the recommended `{ author }` yields a "not a valid value for dictionary value ..." error. I guess we'll have to live with Mergify's warnings for now.
1 parent bf5342f commit 8271a4e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.mergify.yml

-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pull_request_rules:
99
- merged
1010
actions:
1111
copy:
12-
bot_account: clash-lang-builder
1312
ignore_conflicts: True
1413
branches:
1514
- "1.2"
@@ -21,7 +20,6 @@ pull_request_rules:
2120
- merged
2221
actions:
2322
copy:
24-
bot_account: clash-lang-builder
2523
ignore_conflicts: True
2624
branches:
2725
- "1.4"
@@ -33,11 +31,8 @@ pull_request_rules:
3331
- merged
3432
actions:
3533
copy:
36-
bot_account: clash-lang-builder
3734
ignore_conflicts: True
3835
branches:
3936
- "1.6"
4037
queue:
41-
update_bot_account: clash-lang-builder
42-
merge_bot_account: clash-lang-builder
4338
update_method: rebase

0 commit comments

Comments
 (0)