Dash0 acquires Polar Signals

Sep 14, 2026

A GitHub Action for keeping Dash0 assets in sync

The new sync-assets action keeps your dashboards and check rules in sync with your repo, right from CI.

When you're doing GitOps and you're deleting a dashboard, check rule, or any other asset from your repo, it should disappear from Dash0, too. Wiring that kind of cleanup into a GitHub Actions workflow took a significant effort, since the right way to do it changes depending on what triggered the CI run.

The new sync-assets action handles that for you. Add it to a workflow (see the documentation), and it keeps assets in sync on every push, manual run, and scheduled run, with no additional tooling or state management needed.