Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daemon1024/bikeshed
https://github.com/daemon1024/bikeshed
deno github-api github-bot hacktoberfest typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daemon1024/bikeshed
- Owner: daemon1024
- License: gpl-2.0
- Created: 2020-10-07T17:18:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T18:07:44.000Z (almost 4 years ago)
- Last Synced: 2024-05-28T17:31:37.871Z (6 months ago)
- Topics: deno, github-api, github-bot, hacktoberfest, typescript
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bikeshed
Friendly neighbourhood github bot
# Usage
- Install [`deno`](https://deno.land/#installation)
- Fork and clone the repo
```
git clone https://github.com//bikeshed
```- Move into the project folder
```
cd bikeshed
```- Follow our [Setup](https://github.com/daemon1024/bikeshed/blob/main/SETUP.md)
guide to setup the bot.- Start the server
```
deno run --allow-net --allow-read --allow-env mod.ts
```- The server will start in PORT `8000`
# TODO
- ### Issues
- [x] welcome comments
- [x] assign issues on a particular string match
- [ ] add labels on various stages of issues ( unassigned,assigned,has a PR ..
. . )
- [ ] claim issue
- [ ] ask updates if no updates for a particular interval
- ### PR
- [x] welcome comments
- [ ] special comment for first timers
- [ ] add labels on various stages of issues ( awaiting review,requested
changes,awaiting merge .. . . )
- [ ] assign reviewers on a particular string match