From 49c808e0bccce3088661e854a71dc1374ec6a33e Mon Sep 17 00:00:00 2001 From: bbhtt Date: Thu, 31 Oct 2024 17:49:52 +0530 Subject: [PATCH] Disable the orphan script The initial set of repos were archived and running this causes too many API requests. We can run it again manually if needed. --- .github/workflows/archive.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index bcd3e2b..12bb309 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -30,4 +30,5 @@ jobs: run: python3 .github/scripts/archive_eol.py - name: Run orphan script + if: false run: python3 .github/scripts/archive_orphan.py