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.
- Host: GitHub
- URL: https://github.com/src-d/github-reminder
- Owner: src-d
- License: apache-2.0
- Created: 2018-01-17T23:09:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T14:19:12.000Z (over 6 years ago)
- Last Synced: 2025-05-05T05:05:40.065Z (about 2 months ago)
- Language: Go
- Size: 4.35 MB
- Stars: 8
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Reminder
[](https://travis-ci.org/src-d/github-reminder)
[](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)