probot / octokit-plugin-config

🛠️ Get/set persisted configuration using YAML/JSON files in repositories
ISC License
35 stars 16 forks source link

Does `_extends` actually work? #187

Open larseggert opened 2 years ago

larseggert commented 2 years ago

See https://github.com/probot/probot/issues/1660

Uzlopak commented 1 month ago

Probot is shallow copying the configuration files. I opened a PR for deepmerging.

https://github.com/probot/octokit-plugin-config/pull/263