mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

* chore: add a script for detecting breaking changes * chore: add a temporary binary for POC3 * chore: add a Github Action workflow for detecting breaking changes * chore: remove unused variables from the script * chore: rename the POC3 executable script * chore: add a label if there is a breaking change * chore: remove "breaking change" label if all is passing * chore: rename steps * fix: only remove the label if there were no breaking changes * chore: jump to the correct step * chore: skip `@grafana/toolkit` * chore: add a message for opening links in a new tab * chore: update comment message * chore: use Node 16 for the breaking changes workflow * chore: install Yarn separately * chore: use @grafana/levitate * refactor: remove the unused levitate.js bundle * fix: handle error when trying to remove a label that does not exist * chore: delete the comment if there are no breaking changes * chore: add reviewers automatically * fix: use double-quote in shell script * TEMPORARY: introduce a breaking change in `@grafana/data` * fix: use correct line number for the breaking changes * Revert "TEMPORARY: introduce a breaking change in `@grafana/data`" This reverts commit 986ac9ab820b40b8ca943e33ed91fc0695688f43. * chore: remove unnecessary line from .eslintignore