chore: add rebase tool
diff --git a/hack/repos/fork b/hack/repos/fork
index 0682363..3d83cad 100755
--- a/hack/repos/fork
+++ b/hack/repos/fork
@@ -14,6 +14,7 @@
     requiredApprovingReviewCount: 1
     requiresConversationResolution: true
     requiresLinearHistory: true
+    isAdminEnforced: false
   }) { clientMutationId }
 }' -f repositoryId=${REPOSITORY_ID}
 
@@ -26,5 +27,6 @@
     requiredApprovingReviewCount: 1
     requiresConversationResolution: true
     requiresLinearHistory: true
+    isAdminEnforced: false
   }) { clientMutationId }
 }' -f repositoryId=${REPOSITORY_ID}