We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f4e2f commit 340be50Copy full SHA for 340be50
2 files changed
.github/workflows/diffscope.yml
@@ -91,6 +91,7 @@ jobs:
91
if: always() && steps.provider.outputs.configured == 'true'
92
uses: actions/upload-artifact@v4
93
with:
94
+ retention-days: 14
95
name: diffscope-review-${{ github.event.pull_request.number }}
96
path: comments.json
97
if-no-files-found: ignore
.github/workflows/eval.yml
@@ -104,6 +104,7 @@ jobs:
104
if: ${{ always() && steps.secret-check.outputs.configured == 'true' }}
105
106
107
108
name: eval-reports
109
path: |
110
eval-current.json
0 commit comments