You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #604@paddyroddy commented that they are not able to block adding users to admin role as repository collaborators using the Config Validator in the deployment-settings.yml. This needs to be checked.
To block users getting admin role as collaborators, the following would be set
configvalidators:
- plugin: collaborators
error: |
`Admin cannot be assigned to collaborators`
script: |
console.log(`baseConfig ${JSON.stringify(baseconfig)}`)
return baseconfig.permission != 'admin'
Check if this is still working
The text was updated successfully, but these errors were encountered:
In #604 @paddyroddy commented that they are not able to block adding users to
admin
role as repository collaborators using theConfig Validator
in the deployment-settings.yml. This needs to be checked.To block users getting
admin
role as collaborators, the following would be setCheck if this is still working
The text was updated successfully, but these errors were encountered: