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

https://github.com/src-d/github-reminder

A GitHub application to handle deadline reminders in a GitHub idiomatic way.
https://github.com/src-d/github-reminder

Last synced: about 2 months ago
JSON representation

A GitHub application to handle deadline reminders in a GitHub idiomatic way.

Awesome Lists containing this project

README

        

# GitHub Reminder

[![Travis (.org)](https://img.shields.io/travis/src-d/github-reminder/master.svg?style=flat-square)](https://travis-ci.org/src-d/github-reminder)
[![Codecov branch](https://img.shields.io/codecov/c/github/src-d/github-reminder/master.svg?style=flat-square)](https://codecov.io/gh/src-d/github-reminder)

GitHub reminder is a bot that parses issues looking for dates and applies labels according to them.

The bot simply looks for lines like `deadline is June 20th 2015` and every day applies the most
adequate label to it.

The most adequate label is chosen from the labels already exisitng in the repository following
the syntax `deadline < 30`, `deadline < 5` etc.

If the deadline is on 31 days or more no label is applied, if it's in between 6 days and 30
the `deadline < 30` will be applied. Finally for 5 days or less `deadline < 5` will
apply.

## License

Apache License 2.0, see [LICENSE](/LICENSE)