-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I was hoping that it would be possible to use a .github/in-solidarity.yml
file inside an organization-wide .github
repository, to have bot settings consistently applied across an org. That org-wide config file would contain _extends: ietf/terminology
, to pick up the configuration from https://github.com/ietf/terminology/blob/main/.github/in-solidarity.yml.
That seems to fail, however, with an error that I don't know what to do about:
configuration is invalid: [
{
"instancePath": "",
"schemaPath": "#/additionalProperties",
"keyword": "additionalProperties",
"params": {
"additionalProperty": "_extends"
},
"message": "must NOT have additional properties"
}
]
Is this supposed to work? Am I doing this wrong somehow?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working