Chore: Make detect breaking changes workflow backport compatible (#45005) (#45052)

* fix(detect-breaking-changes): use the base.ref for backport compatibility

* chore(check-breaking-changes): update path to previous package dist directory

(cherry picked from commit f885c2ede9)

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-02-08 12:17:38 +01:00
committed by GitHub
co-authored by Jack Westbrook
parent eb666f12a7
commit c6a58003d1
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ while IFS=" " read -r -a package; do
PACKAGE_PATH=$(basename "$package")
# Calculate current and previous package paths / names
PREV="./main/packages/$PACKAGE_PATH/dist/"
PREV="./base/packages/$PACKAGE_PATH/dist/"
CURRENT="./pr/packages/$PACKAGE_PATH/dist/"
# Temporarily skipping these packages as they don't have any exposed static typing