From 9382216fdc2bd64eb71789df1153406547419a75 Mon Sep 17 00:00:00 2001 From: maekuss Date: Tue, 9 Jun 2026 10:05:25 +0800 Subject: [PATCH] feat: enable rebase merge for web repo Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/repos/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/repos/web.yml b/.github/repos/web.yml index ee96787d8..2d4025cf7 100644 --- a/.github/repos/web.yml +++ b/.github/repos/web.yml @@ -3,7 +3,7 @@ repository: private: true allow_squash_merge: true allow_merge_commit: true - allow_rebase_merge: false + allow_rebase_merge: true branches: - name: main