From 35c0abd23c3724d4ba13f09b0edd31173e7998d1 Mon Sep 17 00:00:00 2001 From: nanos Date: Tue, 22 Apr 2025 09:14:29 +0100 Subject: [PATCH 1/2] Temporarily disable keepalive-workflow This is because the repo has been disabled by GitHub. See Missing download info for gautamkrishnar/keepalive-workflow@v1 #198 for detals --- .github/workflows/get_context.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/get_context.yml b/.github/workflows/get_context.yml index 8e5840de..57428deb 100644 --- a/.github/workflows/get_context.yml +++ b/.github/workflows/get_context.yml @@ -37,7 +37,8 @@ jobs: name: artifacts path: | artifacts - - name: Checkout user's forked repository for keeping workflow alive - uses: actions/checkout@v4 - - name: Keep workflow alive - uses: gautamkrishnar/keepalive-workflow@v1 + # Temporarily disable these while we figure out what to do. + # - name: Checkout user's forked repository for keeping workflow alive + # uses: actions/checkout@v4 + # - name: Keep workflow alive + # uses: gautamkrishnar/keepalive-workflow@v1 From ca4c0b28749b3281133eb5ca71e6dd5f46387ad2 Mon Sep 17 00:00:00 2001 From: nanos-bot Date: Tue, 22 Apr 2025 08:29:14 +0000 Subject: [PATCH 2/2] [bot] Bump version to 7.1.16 --- find_posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find_posts.py b/find_posts.py index 2ddfbce5..2c1ebd32 100644 --- a/find_posts.py +++ b/find_posts.py @@ -20,7 +20,7 @@ logger = logging.getLogger("FediFetcher") robotParser = urllib.robotparser.RobotFileParser() -VERSION = "7.1.15" +VERSION = "7.1.16" argparser=argparse.ArgumentParser()