From 35fb3068332d426a48bef6af60845d84c5cbfae6 Mon Sep 17 00:00:00 2001 From: Michalina Date: Thu, 7 Mar 2024 11:02:28 +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-ecdsa-docs.yml | 2 +- .github/workflows/contracts-random-beacon-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contracts-ecdsa-docs.yml b/.github/workflows/contracts-ecdsa-docs.yml index 50b9e43678..ba15bed182 100644 --- a/.github/workflows/contracts-ecdsa-docs.yml +++ b/.github/workflows/contracts-ecdsa-docs.yml @@ -47,7 +47,7 @@ jobs: projectDir: /solidity/ecdsa publish: false addTOC: false - commentPR: true + commentPR: false exportAsGHArtifacts: true # This job is needed to avoid a clash of `contracts-docs-publish` jobs for diff --git a/.github/workflows/contracts-random-beacon-docs.yml b/.github/workflows/contracts-random-beacon-docs.yml index 87e826bf5b..d55cce60a0 100644 --- a/.github/workflows/contracts-random-beacon-docs.yml +++ b/.github/workflows/contracts-random-beacon-docs.yml @@ -47,7 +47,7 @@ jobs: projectDir: /solidity/random-beacon publish: false addTOC: false - commentPR: true + commentPR: false exportAsGHArtifacts: true # This job will be triggered for releases which name starts with