From f21cc3241188292eb7a4e5d403686be63273d8fd Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Wed, 20 Dec 2023 11:05:23 +0800 Subject: [PATCH] chore: fix ruleset --- protect-default-branch.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/protect-default-branch.json b/protect-default-branch.json index fd7cd4b..ed1c909 100644 --- a/protect-default-branch.json +++ b/protect-default-branch.json @@ -20,15 +20,9 @@ { "type": "non_fast_forward" }, - { - "type": "update" - }, { "type": "creation" }, - { - "type": "required_linear_history" - }, { "type": "pull_request", "parameters": {