Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/react-navigation/bot
A GitHub bot for react-navigation issues (currently unused)
https://github.com/react-navigation/bot
github probot react-navigation
Last synced: 2 days ago
JSON representation
A GitHub bot for react-navigation issues (currently unused)
- Host: GitHub
- URL: https://github.com/react-navigation/bot
- Owner: react-navigation
- License: isc
- Created: 2017-09-24T21:34:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T04:23:59.000Z (about 7 years ago)
- Last Synced: 2024-04-14T01:00:47.205Z (7 months ago)
- Topics: github, probot, react-navigation
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-navigation-bot
[![CircleCI](https://circleci.com/gh/react-navigation/react-navigation-bot/tree/master.svg?style=svg)](https://circleci.com/gh/react-navigation/react-navigation-bot/tree/master)
A GitHub App built with [probot](https://github.com/probot/probot) that helps maintain the [react-navigation](https://github.com/react-community/react-navigation) repo.
## Setup
[localtunnel](https://github.com/localtunnel/localtunnel) is recommended to run this bot locally. [Register a new GitHub App](https://github.com/settings/apps) and set the homepage URL to https://example.com (or anything for development), set the Webhook URL to your localtunnel URL, and add a webhook secret called `development`. Create a new GitHub repo and add the App to the repo. Add the localtunnel URL as a Webhook URL to the repo.
Create a .env file in the root directory with the following:
```shell
APP_ID=1000 # your app ID
WEBHOOK_SECRET=development # or your secret# Uncomment this to get verbose logging
# LOG_LEVEL=trace # or `info` to show less
```Run the bot.
```
# Install dependencies
npm install# Run the bot
npm start
```See the official [Probot](https://github.com/probot/probot) documentation for more.
## Features
This bot auto-responds to the following:
1. Issue Label *Status: Needs More Info*
1. Issue Label *Type: Question*