3.1.0 ā€¢ Published 1 year ago

git3po v3.1.0

Weekly downloads
3,357
License
MIT
Repository
github
Last release
1 year ago

git3po

NPM Package Build Status Coverage Status Commitizen friendly Dependencies

Automatically comments, labels, and closes GitHub issues and pull requests according to a configurable set of filters.

Usage

Install

npm install -g git3po

Configure

token: <secret>  # alternatively set via the `GIT3PO_GH_TOKEN` env variable.
repo: patrickhulce/git3po
startAt: 2017-07-01
filters:
  - type: issue
    criteria:
      state: open # open issues
      text:
        $match: test phrase # with title or body containing 'test phrase'
      author:
        $not:
          $in: [janesmith, johndoe] # whose author is not janesmith or johndoe
actions:
  - type: add_comment
    body: >
      Hello from the bots

      I'm an awesome multi-line comment
  - type: add_label
    label: duplicate
  - type: close

See also

Use

git3po -c config.yaml
šŸ’Ž  Found #1 (test phrase), processing...
     Applying add comment...             ā³
     Applying add label...               ā³
     Applying close...                   ā³
āœ…  Done with #1
3.1.0

1 year ago

3.0.0

2 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago