From 5520aecc6f794cec857dcfe61de138119585d693 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 7 May 2026 14:13:32 -0500 Subject: [PATCH] fix: remove gitea-actions[bot] from push whitelist (not a real user) [skip ci] --- .gitea/workflows/branch-protection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/branch-protection.yml b/.gitea/workflows/branch-protection.yml index 429eeed..30d2438 100644 --- a/.gitea/workflows/branch-protection.yml +++ b/.gitea/workflows/branch-protection.yml @@ -124,7 +124,7 @@ jobs: "rule_name": "main", "enable_push": true, "enable_push_whitelist": true, - "push_whitelist_usernames": ["jmiller", "gitea-actions[bot]"], + "push_whitelist_usernames": ["jmiller"], "enable_force_push": true, "enable_force_push_allowlist": true, "force_push_allowlist_usernames": ["jmiller"],