From c288fa001e0444978f03708f5a8b46d6976742a9 Mon Sep 17 00:00:00 2001 From: Michalina Date: Thu, 7 Mar 2024 11:10:04 +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-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/contracts-docs.yml b/.github/workflows/contracts-docs.yml index 6202106c1..1da3b304f 100644 --- a/.github/workflows/contracts-docs.yml +++ b/.github/workflows/contracts-docs.yml @@ -16,9 +16,9 @@ jobs: outputs: path-filter: ${{ steps.filter.outputs.path-filter }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: github.event_name == 'pull_request' - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@v3 if: github.event_name == 'pull_request' id: filter with: @@ -51,7 +51,7 @@ jobs: preProcessingCommand: sed -i ':a;N;$!ba;s_///\n//\n_///\n_g' ./contracts/bridge/BitcoinTx.sol publish: false addTOC: false - commentPR: true + commentPR: false exportAsGHArtifacts: true # This job will be triggered for releases which name starts with