From c4607fb12f8db321e026e0a6ca668b6667a6c5e1 Mon Sep 17 00:00:00 2001 From: obarlik Date: Thu, 21 Aug 2025 03:38:03 +0300 Subject: [PATCH] test: Deploy key bypass fix verification [patch] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Testing the corrected deploy key bypass in repository ruleset: - ✅ Added DeployKey to bypass_actors - ✅ Repository rules now allow automation commits - 🎯 Should bypass PR requirement for version commits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b8147..dc9e5b8 100644 --- a/README.md +++ b/README.md @@ -337,4 +337,4 @@ Flow Core Validation is part of the Flow ecosystem: --- -🛡️→⚡ **Pure validation interfaces that grow with your needs** \ No newline at end of file +🛡️→⚡ **Pure validation interfaces that grow with your needs**// Test deploy key bypass fix