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
You have a "base" configuration in, say, your .github repo, and you have inherited that configuration in several other repos using the _extends: keyword.
You decide you want to change the settings of all your repos, so you update the base settings.yml
Unfortunately, at least based on my observations, the bot is not yet clever enough to detect that the inheriting repos need to be refreshed when their inherited configuration changes.
It would be wonderful if, when a settings.yml file changed, we could scan other repos for any _extends: references to the file that changed, and update them too.
The text was updated successfully, but these errors were encountered:
New Feature
Here's the scenario:
.github
repo, and you have inherited that configuration in several other repos using the_extends:
keyword.settings.yml
Unfortunately, at least based on my observations, the bot is not yet clever enough to detect that the inheriting repos need to be refreshed when their inherited configuration changes.
It would be wonderful if, when a
settings.yml
file changed, we could scan other repos for any_extends:
references to the file that changed, and update them too.The text was updated successfully, but these errors were encountered: