From 447812b335a64fc03fa5900afbed88c3deca71cb Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Wed, 26 Apr 2023 03:50:57 -0700 Subject: [PATCH] Disable commenting on #3555 (#19499) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 395a30ad1cfe89..9b51628778b442 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,5 +32,5 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Add JSON as a release asset run: gh release upload ${GITHUB_REF#refs/*/} build/data.json - - name: Publish stats for all data (#3555) - run: npm run --silent stats | gh issue comment https://github.com/mdn/browser-compat-data/issues/3555 --body-file - + # - name: Publish stats for all data (#3555) + # run: npm run --silent stats | gh issue comment https://github.com/mdn/browser-compat-data/issues/3555 --body-file -