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
We have many repos which we want to control over one single base-settings.yml
The repos only have a settings file with a _extends:{link_to_settings}.yml so they don't change.
The only settings.yml which changes is the controlling repos base-settings.yml
The current implementation only allows to take changes into account, if the settings.yml in the many repos changes.
The index,js checks this -->
if(!settingsModified){robot.log.debug(`No changes in '${Settings.FILE_NAME}' detected, returning...`)return}
robot.log.debug(`No changes in '${Settings.FILE_NAME}' detected, returning...`)
We would like a behaviour or a config where we can control the repo without changing the the settings.yml
Maybe a webhook or a workflow, which allows as to do so, so we don't have to change the settings.yml just to workaround the if-condition in the index.js
The text was updated successfully, but these errors were encountered:
New Feature
We have many repos which we want to control over one single base-settings.yml
The repos only have a settings file with a
_extends:{link_to_settings}.yml
so they don't change.The only settings.yml which changes is the controlling repos base-settings.yml
The current implementation only allows to take changes into account, if the settings.yml in the many repos changes.
The index,js checks this -->
app/index.js
Line 27 in 17fbd40
We would like a behaviour or a config where we can control the repo without changing the the settings.yml
Maybe a webhook or a workflow, which allows as to do so, so we don't have to change the settings.yml just to workaround the if-condition in the index.js
The text was updated successfully, but these errors were encountered: