fix: remove gitea-actions[bot] from push whitelist (not a real user) [skip ci]

This commit is contained in:
Jonathan Miller
2026-05-07 14:13:32 -05:00
parent 671027c4f4
commit 5520aecc6f
+1 -1
View File
@@ -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"],