Create Kosmos Kredits contributions for code reviews
Go to file
2024-09-05 13:35:51 +02:00
lib Fetch reviews for Github PRs 2024-09-05 09:53:12 +02:00
.env.example Fetch reviews for Github PRs 2024-09-05 09:53:12 +02:00
.gitignore Collect Gitea review contributions 2020-12-29 18:30:01 +01:00
.prettierrc.js Add prettier config 2024-09-05 09:53:12 +02:00
index.js Readme, version, license 2024-09-05 13:35:51 +02:00
package-lock.json Update package-lock.json 2024-09-05 09:53:12 +02:00
package.json Readme, version, license 2024-09-05 13:35:51 +02:00
README.md Readme, version, license 2024-09-05 13:35:51 +02:00
repos.json Add missing repos to the list 2024-09-05 09:53:12 +02:00

Kredits Reviews

This repository contains a script to create Kosmos Kredits for PR reviews on GitHub and Gitea.

Installation

Install dependencies

$ npm install

Set up environment variables

$ cp .env.example .env

Edit the .env file and add API tokens for GitHub and Gitea.

Usage

Run

$ node index.js

to get usage instructions.