From 1001343b2b15d779b352826d996213f99e48173e Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 31 Jul 2025 07:40:40 +0200 Subject: [PATCH] chore: remove the alpha quality warning, it is secure enough to be used in production - Security issues are to be filed responsibly and will be taken care of by the security team. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 043f6952..276c8746 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Forgejo Runner -**WARNING:** this is [alpha release quality](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) code and should not be considered secure enough to deploy in production. - A daemon that connects to a Forgejo instance and runs jobs for continuous integration. The [installation and usage instructions](https://forgejo.org/docs/next/admin/actions/) are part of the Forgejo documentation. # Reporting bugs