An open API service indexing awesome lists of open source software.

https://github.com/shamin/detector

🤖: :rocket: A github bot to notify if there is any change in a set of files in a pull request.
https://github.com/shamin/detector

github-app javascript probot-app

Last synced: 7 months ago
JSON representation

🤖: :rocket: A github bot to notify if there is any change in a set of files in a pull request.

Awesome Lists containing this project

README

          




Detector


Build Status

A GitHub App built with 🤖Probot that helps to track changes to important files.

## Usage

- Install detector-io github app.
- Create a `.detector.yml` file with the file names that needs to be tracked in the following structure
```yml
absolute-paths: true
tracked-files:
- README.md
```
- Now detector app automatically checks and comments, if there is a change in the file tracked, in a pull request.

![Screenshot](https://raw.githubusercontent.com/shaminmeerankutty/detector/master/screenshot.png)

### Configuration file

| parameters | description | default |
| ------------- |-------------| ------------- |
| absolute-paths|If `true` will check for absolute paths of files in tracked-files.| false |
| tracked-files |Contains the list of files which need to be tracked for changes. | none |

## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
```

## Contributing

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

For more, check out the [Contributing Guide](CONTRIBUTING.md).

## License

[ISC](LICENSE) © 2018 Shamin Meerankutty