Failed to validate the config schema at '.github/sync-repo-settings.yaml': [
{
"instancePath": "/permissionRules/1/permission",
"schemaPath": "#/properties/permissionRules/items/properties/permission/enum",
"keyword": "enum",
"params": {
"allowedValues": [
"pull",
"push",
"admin"
]
},
"message": "must be equal to one of the allowed values"
}
]
Failed to validate the config schema at '.github/sync-repo-settings.yaml': [ { "instancePath": "/permissionRules/1/permission", "schemaPath": "#/properties/permissionRules/items/properties/permission/enum", "keyword": "enum", "params": { "allowedValues": [ "pull", "push", "admin" ] }, "message": "must be equal to one of the allowed values" } ]
Schema can be found at https://github.com/googleapis/repo-automation-bots/blob/main/packages/sync-repo-settings/src/schema.json