From a39d90705c0fd7deacdd649ed266e3944672491a Mon Sep 17 00:00:00 2001 From: Tushar Kumar Date: Sat, 4 Apr 2026 15:35:30 +0530 Subject: [PATCH] brand: rename to PRowl with new tagline --- README.md | 6 ++++-- action.yml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f88ed7..c46cc82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# AI Code Reviewer +# PRowl -Open-source AI code review for GitHub PRs. Works with **any LLM provider**. +**The multi-agent PR reviewer that never misses a bug.** + +Open-source, self-hostable GitHub Action. Works with **any LLM provider**. ## How It Works diff --git a/action.yml b/action.yml index c885d8f..9224426 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: "AI Code Review Action" -description: "Perform code reviews using any LLM provider (OpenAI, Anthropic, Google, etc.) with TOON encoding for token efficiency." +name: "PRowl" +description: "The multi-agent PR reviewer that never misses a bug. Detects issues with a fast model, explains and fixes them with a smarter one. Works with any LLM provider." inputs: GITHUB_TOKEN: description: "GitHub token to interact with the repository."