Giter Club home page Giter Club logo

probot-arborist's Introduction

Probot: Arborist

Join the chat at https://gitter.im/probot-arborist/Lobby

This project is still in development

A GitHub App built with probot that validates new branches meet criteria and reports on branches that can be cut down.

Setup

# Install dependencies
yarn install

# Run the bot
yarn start

Usage

  1. Install Probot Arborist
  2. Create .github/branch.yml

A .github/branch.yml file is required to enable the plugin. The file can be empty, or it can override any of these default settings:

# Configuration for probot-arborist - https://github.com/Stargator/probot-arborist

# Name of the account used for the bot
botName: probot

# Regular expression pattern for new branch names must meet
branchNamePattern: [a-zA-Z-_]

# After a Pull Request was closed, this is the number of days the bot will wait to add related branch to issue.
daysAfterClose: 14

# After a Pull Request was merged, this is the number of days the bot will wait to add related branch to issue.
daysAfterMerge: 7

# Branches with these phrases will never be considered for deletion. Set to `[]` to disable
protectedBranches:
  - master
  - staging
  - develop
  1. See docs/deploy.md, if you would like to run your own instance of this app.
  • For development/testing purposes, it is recommended to create a new repository and deploy the app to watch for events on it.

Contributing

If you would like to contribute, please see the task list and leave a comment if you want to take on one of the tasks.

probot-arborist's People

Contributors

bkeepers avatar stargator avatar sridharavinash avatar boneskull avatar gitter-badger avatar

Watchers

James Cloos avatar Brian Freeman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.