Shawn Napora 660b172085 add modules
2019-08-08 10:10:17 -04:00
2019-08-08 10:10:17 -04:00
2019-03-29 15:21:48 -07:00
2019-08-08 10:08:00 -04:00
2019-08-08 10:10:17 -04:00
2019-08-08 10:10:17 -04:00
2019-08-08 10:10:17 -04:00
2019-08-08 10:08:00 -04:00
2019-08-08 10:10:17 -04:00
2019-08-08 10:08:00 -04:00
2019-08-08 10:08:00 -04:00
2019-08-08 10:08:00 -04:00
2019-08-08 10:10:17 -04:00
2019-08-08 10:08:00 -04:00
2019-08-08 10:08:00 -04:00
2019-08-08 10:08:00 -04:00

Pull Request Labeler

Pull request labeler triages PRs based on the paths that are modified in the PR.

To use, create a .github/labeler.yml file with a list of labels and minimatch globs to match to apply the label.

Example:

label1:
- example1/**/*

label2: example2/*

label3:
- example3/*
- example3/**/*.yml

Then create a workflow:

name: "Pull Request Labeler"
on: 
- pull-request

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
    - uses: bbq-beets/labeler@labeler
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"
Description
An action for automatically labelling pull requests
Readme MIT 35 MiB
Languages
TypeScript 99.7%
JavaScript 0.3%