Skip to content

Commit

Permalink
Merge pull request #13 from lineageos-infra/luk/skip_validation
Browse files Browse the repository at this point in the history
Grant permissions required for -o skip-validation
  • Loading branch information
chirayudesai authored Sep 21, 2023
2 parents 91c6294 + 8b57059 commit b234647
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cron_group_perms.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,24 @@
'force': False
}}
},
'pushMerge': {
'rules': { group: {
'action': 'ALLOW',
'force': False
}}
},
'forgeCommitter': {
'rules': { group: {
'action': 'ALLOW',
'force': False
}}
},
'forgeServerAsCommitter': {
'rules': { group: {
'action': 'ALLOW',
'force': False
}}
},
'abandon': {
'rules': {group: {
'action': 'ALLOW',
Expand Down

0 comments on commit b234647

Please sign in to comment.