eclipse-csi / otterdog

OtterDog is a tool to manage GitHub organizations at scale using a configuration as code approach. It is actively used by the Eclipse Foundation to manage its numerous projects hosted on GitHub.
https://otterdog.readthedocs.org
Eclipse Public License 2.0
23 stars 3 forks source link

Propagate errors during apply operation in app mode #199

Closed netomi closed 1 month ago

netomi commented 7 months ago

Currently, if an error occurs during an apply operation, an error is printed but the operation seems to have completed successfully.

We should better indicate that something went wrong and needs admin intervention.

Example PR: https://github.com/adoptium/.eclipsefdn/pull/48#issuecomment-1973167385

netomi commented 1 month ago

This is already implemented.