From 535aeb2c0cc21cb21f93bf4c399145e73127f461 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 08:42:29 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Rename=20workf?= =?UTF-8?q?low=20from=20'ai-reviews'=20to=20'PR=20check'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the workflow name from 'ai-reviews' to 'PR check' to improve clarity and consistency within the project. --- .gitea/workflows/pr-check-yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-check-yaml b/.gitea/workflows/pr-check-yaml index c7e23f2..049e714 100644 --- a/.gitea/workflows/pr-check-yaml +++ b/.gitea/workflows/pr-check-yaml @@ -1,5 +1,5 @@ # https://github.com/kekxv/pr-check -name: ai-reviews +name: PR check on: pull_request: