Commit 65a105d
authored
Don't add comments about API docs previews to PRs (#3791)
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.
Ref:
threshold-network/tbtc-v2#793
threshold-network/solidity-contracts#165File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments