From 6650263f6b557a6a591cb5da577fd80b24302f2f Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 12 Mar 2026 21:37:54 +0700 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ab482..48933c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # PR Swipe -A tool to help you review pull requests faster by swiping through them. Specifically built for [is-a.dev register repo](https://github.com/is-a-dev/register) with in-browser tests and validation. \ No newline at end of file +A tool to help you review pull requests faster by swiping through them. Specifically built for [is-a.dev register repo](https://github.com/is-a-dev/register) with in-browser tests and validation. + +## Implementation References: + +- [register repo gh actions](https://github.com/is-a-dev/register/blob/main/.github/workflows) +- [maintainer docs](https://github.com/is-a-dev/docs/pull/100/changes) +- [pr page with prefered filters](https://github.com/is-a-dev/register/pulls?q=is%3Apr+is%3Aopen+sort%3Acreated-asc+review%3Arequired) \ No newline at end of file