You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Ubiquity Bounty Bot
v0.0.1-beta
Pre-release
This bot facilitates the Ubiquity Bounty System.
- 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.
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.