From: Daan De Meyer Date: Wed, 18 Mar 2026 09:35:28 +0000 (+0100) Subject: ci: Reduce retention for pr-context JSON file to a week X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e87303d511ef0ba0295e7a52778dce1b1fda71f2;p=thirdparty%2Fsystemd.git ci: Reduce retention for pr-context JSON file to a week We don't need to keep this around fpr 90 days, let's keep it around for a week. --- diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 6368140ea00..3b2444073a9 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -133,6 +133,7 @@ jobs: with: path: pr-context.json archive: false + retention-days: 7 review: runs-on: ubuntu-latest