Skip to content

Commit

Permalink
Revert "Set bot_account settings in .mergify.yml (#2395)"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martijnbastiaan committed Jan 4, 2023
1 parent bf5342f commit 8271a4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pull_request_rules:
- merged
actions:
copy:
bot_account: clash-lang-builder
ignore_conflicts: True
branches:
- "1.2"
Expand All @@ -21,7 +20,6 @@ pull_request_rules:
- merged
actions:
copy:
bot_account: clash-lang-builder
ignore_conflicts: True
branches:
- "1.4"
Expand All @@ -33,11 +31,8 @@ pull_request_rules:
- merged
actions:
copy:
bot_account: clash-lang-builder
ignore_conflicts: True
branches:
- "1.6"
queue:
update_bot_account: clash-lang-builder
merge_bot_account: clash-lang-builder
update_method: rebase

0 comments on commit 8271a4e

Please sign in to comment.