Skip to content

Commit

Permalink
Don't add comments about API docs previews to PRs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michalinacienciala committed Mar 7, 2024
1 parent 481cfef commit 978031c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 978031c

Please sign in to comment.