Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Ubiquity Bounty Bot

v0.0.1-beta Pre-release

Ubiquity Bounty Bot

play

Ubiquity Bounty Bot

This bot facilitates the Bounty System

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Ubiquity Bounty Bot

uses: ubiquity/ubiquibot@v0.0.1-beta

Learn more about this action in ubiquity/ubiquibot

Choose a version

@ubiquity/bounty-bot the "UbiquiBot"

This bot facilitates the Ubiquity Bounty System.

Overview

  • This bot is designed to exist as a GitHub Action.
  • The code must be compiled using @vercel/ncc because all the dependencies (e.g. node_modules) must be included and committed on the repository for the GitHub Actions runner to use.

Development

The best way to start is by opening two terminal instances.

  • In one instance, run tsc --watch
  • In the other instance, run yarn start:local:watch
  • This will compile the TypeScript code and run the bot locally.

At this point you can make changes to the repository on GitHub (e.g. add a bounty) and the bot should react.