Skip to content

waffleio/projects-bot

Repository files navigation

ProjectsBot

a GitHub App built with probot that automatically moves pull requests into a GitHub Project, based on the .projectsbot configuration

Setup

# Install dependencies
npm install

# Run the bot
npm start

Create configuration file

Add a .github/projectsbot.yml configuration file in your repository to tell ProjectsBot where to automatically place pull requests:

project: My Project
column: Review

If ProjectsBot does not find a configuration file it won't automatically move any pull requests.

See docs/deploy.md if you would like to run your own instance of this app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published