Allow any gerrit user to edit hashtags

As discussed in:
* https://meetings.opendev.org/meetings/infra/2025/infra.2025-01-07-19.00.html
* https://lists.opendev.org/archives/list/service-announce@lists.opendev.org/thread/SVXT6X4WRYE6XQPB5PTWFUKUATICLO56/

This documents our change to the all-projects config to allow any
registered gerrit user to edit hashtags for any change.

Change-Id: I51519ee26609c03cc3a614e1e9cad9a21b6690f9
This commit is contained in:
James E. Blair
2025-06-02 16:38:44 -07:00
parent 03b19d3f04
commit 8e5b2a072a

View File

@@ -242,6 +242,7 @@ Next, edit ``project.config`` to look like::
pushMerge = group Continuous Integration Tools
[access "refs/heads/*"]
editHashtags = group Registered Users
label-Code-Review = -2..+2 group Project Bootstrappers
label-Code-Review = -1..+1 group Registered Users
label-Verified = -2..+2 group Continuous Integration Tools