From d3007cd404254f55085358d7f4b275760a99ecb1 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 3 Jun 2025 13:45:31 -0700 Subject: [PATCH] Disallow editHashtags in acl configs Since this is set system-wide, and we want to promote consistency, remove them from the available set of options. Change-Id: I3b367f51b0771958a975b873c9e2778bcdf55a20 --- tools/normalize_acl.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/normalize_acl.py b/tools/normalize_acl.py index 52b4604ef6..ac6480ee1f 100755 --- a/tools/normalize_acl.py +++ b/tools/normalize_acl.py @@ -162,7 +162,6 @@ valid_keys = { 'defaultValue', 'delete', 'description', - 'editHashtags', 'exclusiveGroupPermissions', 'forgeAuthor', 'forgeCommitter', @@ -195,7 +194,6 @@ group_keys = { 'create', 'createSignedTag', 'delete', - 'editHashtags', 'forgeCommitter', 'pushMerge', 'submit',