From 74b8d264a6cee03ada659b0e62e724841f0a13fc Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Fri, 25 Aug 2023 15:06:21 -0300 Subject: [PATCH] accept storage breakage when labeled as breaking --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 122d3956413..199d9e36f1f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -63,6 +63,7 @@ jobs: run: npm run test:inheritance - name: Check storage layout uses: ./.github/actions/storage-layout + continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }} with: token: ${{ github.token }}