probot/autolabeler

Name: autolabeler

Owner: Probot

Description: Add labels to Pull Requests based on matched file patterns

Created: 2017-07-20 22:37:34.0

Updated: 2018-05-04 21:34:32.0

Pushed: 2018-05-19 19:14:22.0

Homepage: null

Size: 72

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Probot Auto Labeler

Greenkeeper badge

a GitHub App built with probot that adds labels to Pull Requests based on matched file patterns.

Using

Configure by creating a .github/autolabeler.yml file with a yaml file in the format of label: file/path.

For example,

tend: ["*.js", "*.css", "*.html"]
end: ["/app", "*.rb"]
l: ["LICENSE*", "NOTICES*"]
ig: .github

Then if a pull request is opened that has scripts/widget.js modified, then the frontend label will be added.

Setup
stall dependencies
install

n the bot
start

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.