Skip to content

Commit 978031c

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 481cfef commit 978031c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contracts-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
publish: false
4545
addTOC: false
46-
commentPR: true
46+
commentPR: false
4747
exportAsGHArtifacts: true
4848

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

0 commit comments

Comments
 (0)