Skip to content

Using _extends with .github repos #416

@larseggert

Description

@larseggert

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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions