reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

commit 833aac6baadd5986ad290d5794925cfe429f3765
parent af7b69462a13fb96a618b52e8f87dbfb4b40daa6
Author: iostpa <iostpa@iostpa.com>
Date:   Thu, 18 Jun 2026 20:17:06 +0300

Merge branch 'main' of https://github.com/iostpa/reviewbot

Diffstat:
M.github/dependabot.yml | 7+++++--
MREADME.md | 9++++-----
2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: applies-to: version-updates patterns: - "*" + cooldown: + semver-major-days: 14 # Waits 14 days before updating major versions + semver-minor-days: 7 # Waits 7 days before updating minor versions + semver-patch-days: 3 # Waits 3 days before updating patch versions - package-ecosystem: "github-actions" target-branch: "main" @@ -21,4 +25,4 @@ updates: dependencies: applies-to: version-updates patterns: - - "*"- \ No newline at end of file + - "*" diff --git a/README.md b/README.md @@ -4,7 +4,7 @@ This is the source code of the is-a.dev reviewbot! The bot uses [octokit.js](htt ## Requirements -- Bun and Node.js +- pnpm and Node.js - A GitHub App subscribed to **Pull Request**, **Workflow job** and **Workflow run** events with the following permissions: - Pull requests: Read & write - Metadata: Read-only @@ -17,8 +17,8 @@ This is the source code of the is-a.dev reviewbot! The bot uses [octokit.js](htt ### Manual 1. Clone this repository. 2. Create a `.env` file similar to `.env.example` and set actual values. -3. Install dependencies with `bun`. -4. Start the server with `bun run server`. +3. Install dependencies with `pnpm`. +4. Start the server with `pnpm run server`. 5. Ensure your server is reachable from the internet. - If you're using `smee`, run `smee -u <smee_url> -t http://localhost:3000/api/webhook`. 6. Ensure your GitHub App includes at least one repository on its installations. @@ -31,4 +31,4 @@ This is the source code of the is-a.dev reviewbot! The bot uses [octokit.js](htt ## Contributing -Any contribution to the is-a.dev reviewbot is welcomed! If you have any suggestions or fixes that you want to make feel free to make a pull request or make a GitHub issue! To get it resolved faster you can contact me.- \ No newline at end of file +Any contribution to the is-a.dev reviewbot is welcomed! If you have any suggestions or fixes that you want to make feel free to make a pull request or make a GitHub issue! To get it resolved faster you can contact me.
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror