https://github.com/johlju/relabeler
A GitHub App that is able to label issues and pull requests on events.
https://github.com/johlju/relabeler
Last synced: 2 months ago
JSON representation
A GitHub App that is able to label issues and pull requests on events.
- Host: GitHub
- URL: https://github.com/johlju/relabeler
- Owner: johlju
- License: mit
- Created: 2018-06-01T13:11:19.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T09:36:25.000Z (4 months ago)
- Last Synced: 2025-01-18T12:48:36.114Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 822 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# relabeler (Work in Progess)
A GitHub App (built with [probot](https://github.com/probot/probot)) that is
able to label issues and pull requests on events.## Branches
[](https://standardjs.com)
### master
[](https://travis-ci.com/johlju/relabeler)
## Install
Install [relabeler (Development)](https://github.com/apps/relabeler-development)
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```