Skip to content

Commit 4f71bfc

Browse files
committed
Disable commenting on mdn#3555
1 parent fd1e23d commit 4f71bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3333
- name: Add JSON as a release asset
3434
run: gh release upload ${GITHUB_REF#refs/*/} build/data.json
35-
- name: Publish stats for all data (#3555)
36-
run: npm run --silent stats | gh issue comment https://github.com/mdn/browser-compat-data/issues/3555 --body-file -
35+
# - name: Publish stats for all data (#3555)
36+
# run: npm run --silent stats | gh issue comment https://github.com/mdn/browser-compat-data/issues/3555 --body-file -

0 commit comments

Comments
 (0)