1.4.1 • Published 4 years ago

probot-add-comment v1.4.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

Add Comment Bot

Downloads version Build Status

A Probot bot to add/remove a comment to issues and pull requests when a label is present/removed.

Setup

Add a .github/comment.yml file to your repository and then run the bot against it.

If the config is empty or doesn't exist, the bot will not run.

# Example Config

# This config will look for any issues and pull requests that have been labeled with `needs-area`. A comment
# will be added to the issue or pull request and will be removed once the `needs-area` label is removed.
issues:
  - label: needs-area
    comment: |
      Please add an `area:<team>` label to this issue.
pulls:
  - label: needs-area
    comment: |
      Please add an `area:<team>` label to this pull request.

Backwards compatibility

Previous version of the bot will still work with current version, as the schema for the configuration file does not change the structure. So it's possible to upgrade and keep old configuration:

# The old format matches the new one, using a different name
comments:
  - label: needs-area
    comment: |
      Please add an `area:<team>` label to this issue.

Contribute

If you have suggestions for how this bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago