From 978031c7a64b2b5eb9a26e9a119b147d2a20c2a9 Mon Sep 17 00:00:00 2001 From: Michalina Date: Thu, 7 Mar 2024 11:11:04 +0100 Subject: [PATCH] Don't add comments about API docs previews to PRs Previously we've been adding comments to PRs modifying Solidity contracts about available previews of the API documentation. As each push to the PR branch results in one such comment, PRs with a lot of pushes get quite busy with a lot of the similar comments. In the future it would be good to modify our commenting mechanism so that it would just leave one comment per PR and update it on each push. Until we do that we're turning off the PR commenting, to increase readability. --- .github/workflows/contracts-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contracts-docs.yml b/.github/workflows/contracts-docs.yml index b570e2dc..5d13a508 100644 --- a/.github/workflows/contracts-docs.yml +++ b/.github/workflows/contracts-docs.yml @@ -43,7 +43,7 @@ jobs: with: publish: false addTOC: false - commentPR: true + commentPR: false exportAsGHArtifacts: true # This job will be triggered for releases which name starts with