fix: adds a special case - when there are duplicated permissions, allows removing them

This commit is contained in:
ievgenii vdovenko 2025-12-19 16:53:10 +01:00
parent 32cd087e14
commit 328153000e
4 changed files with 93 additions and 7 deletions

View file

@ -69,6 +69,7 @@ ACTIONS_V1 = {
"repo.fork": {"data": {}},
"repo.edit": {"old_data": {}},
"repo.edit.permissions": {},
"repo.edit.permissions.error": {},
"repo.edit.permissions.branch": {},
"repo.archive": {"old_data": {}},
"repo.delete": {"old_data": {}},