fix: adds a special case - when there are duplicated permissions, allows removing them
This commit is contained in:
parent
32cd087e14
commit
328153000e
4 changed files with 93 additions and 7 deletions
|
|
@ -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": {}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue