From 8c926e473b2365dfc6004e2b21e9beb265e24d34 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 2 May 2025 18:57:01 +0100 Subject: [PATCH] Update README.md Add deprecation notice for GH Actions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44241333..3b57caa8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,12 @@ FediFetcher will pull in posts and profiles from any servers running the followi ## Setup -There are many way to configure and run FediFetcher, including as GitHub Action, cron job, container, or even from a Windows computer using the Task Schedule. None of these require CLI/SSH access to your Mastodon server. +> [!IMPORTANT] +> Running FediFetcher as GitHub Action is now deprecated. If you are running FediFetcher as GitHub Action it will cease running by 20th June. +> +> If you are currently running FediFetcher as GitHub Action please see [Migrating From GitHub Actions](https://github.com/nanos/FediFetcher/wiki/Migrating-From-GitHub-Actions) for migration details. + +There are many way to configure and run FediFetcher, including as cron job, container, or even from a Windows computer using the Task Schedule. None of these require CLI/SSH access to your Mastodon server. For full details please [see the Documentation](https://github.com/nanos/FediFetcher/wiki).