From 366e88069e0c9846c1bde5418ebc0093309bef0d Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 10 Aug 2025 20:21:05 +0000 Subject: [PATCH] chore: remove the alpha quality warning, it is secure enough to be used in production (#774) > **Note** change the repository description once it is merged. - Security issues are to be filed responsibly and will be taken care of by the security team. Refs https://codeberg.org/forgejo/discussions/issues/377 - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/774): chore: remove the alpha quality warning, it is secure enough to be used in production Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/774 Reviewed-by: Michael Kriese Reviewed-by: Gusted Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- 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