Allow inheritFrom in Gerrit configs

In order to utilize Gerrit's project configuration inheritance
mechanism, we need to support the inheritFrom option. Allow it in
the whitelist for our ACL normalization script.

Change-Id: Id23b348bf42d322d5c97903ad82101ac1dc01c27
This commit is contained in:
Jeremy Stanley 2021-04-16 16:04:19 +00:00
parent dc3bb8337c
commit e3e3ef6789
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ valid_keys = {'abandon',
'forgeAuthor',
'forgeCommitter',
'function',
'inheritFrom',
'label-Backport-Candidate',
'label-Code-Review',
'label-PTL-Approved',