Skip to content

Commit

Permalink
Revert "temp: disable auto-merge only for edx-platform (#505)"
Browse files Browse the repository at this point in the history
This reverts commit 64e0716.
  • Loading branch information
kdmccormick authored Jun 7, 2024
1 parent 89fa56e commit 6dd70a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions edx_repo_tools/repo_checks/repo_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ def __init__(self, api: GhApi, org: str, repo: str):
self.expected_settings = {
"has_issues": True,
"has_wiki": False,
# The goal is to have allow_auto_merge==True for all repos, but for now we need
# to turn it off for edx-platform due to some unresolved issues with its complex
# system of checks: https://github.com/openedx/axim-engineering/issues/1096
"allow_auto_merge": self.repo_name != "edx-platform",
"allow_auto_merge": True,
"delete_branch_on_merge": True,
}

Expand Down

0 comments on commit 6dd70a9

Please sign in to comment.