Skip to content

Commit 35fb306

Browse files
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.
1 parent fa18161 commit 35fb306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/contracts-ecdsa-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
projectDir: /solidity/ecdsa
4848
publish: false
4949
addTOC: false
50-
commentPR: true
50+
commentPR: false
5151
exportAsGHArtifacts: true
5252

5353
# This job is needed to avoid a clash of `contracts-docs-publish` jobs for

.github/workflows/contracts-random-beacon-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
projectDir: /solidity/random-beacon
4848
publish: false
4949
addTOC: false
50-
commentPR: true
50+
commentPR: false
5151
exportAsGHArtifacts: true
5252

5353
# This job will be triggered for releases which name starts with

0 commit comments

Comments
 (0)