]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Reduce retention for pr-context JSON file to a week
authorDaan De Meyer <daan@amutable.com>
Wed, 18 Mar 2026 09:35:28 +0000 (10:35 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 18 Mar 2026 09:53:49 +0000 (10:53 +0100)
We don't need to keep this around fpr 90 days, let's keep it around
for a week.

.github/workflows/claude-review.yml

index 6368140ea00410a220c4deb691f4de6168ddf7b7..3b2444073a983512d25247713d7306772870f3c2 100644 (file)
@@ -133,6 +133,7 @@ jobs:
         with:
           path: pr-context.json
           archive: false
+          retention-days: 7
 
   review:
     runs-on: ubuntu-latest