This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
kredits-reviews/README.md

24 lines
365 B
Markdown

# 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.