Skip to content

Commit 285e788

Browse files
greenkeeper[bot]philschatz
authored andcommitted
Add Greenkeeper and badges 🌴 (#60)
* add badges
1 parent f086186 commit 285e788

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# project-bot
22

3-
Do you like the idea of [GitHub's Project Automation feature](https://github.com/blog/2458-keep-your-project-boards-up-to-date-automatically) but find it lacking? It will only add a new Issue or Pull Request once you have manually assigned it to a Project.
3+
[![code coverage][coverage-image]][coverage-url]
4+
[![travis status][travis-image]][travis-url]
5+
[![dependency status][dependency-image]][dependency-url]
6+
[![dev dependency status][dev-dependency-image]][dev-dependency-url]
7+
8+
Do you like the idea of [GitHub's Project Automation feature](https://github.com/blog/2458-keep-your-project-boards-up-to-date-automatically) but find it lacking?
49

510
This bot will **automatically** _add_ new Issues or Pull Requests to a Project board based on specially formatted Cards in each Column of a Project. It also allows you to customize the rules for _moving_ Issues between Columns.
611

@@ -101,3 +106,12 @@ After an item has been added to a project board (manually or by the previous rul
101106
## Screencap
102107

103108
![automatic-project-columns](https://user-images.githubusercontent.com/253202/37872089-ad7d21ea-2fcd-11e8-81ba-7f3977c102cf.gif)
109+
110+
[coverage-image]: https://img.shields.io/codecov/c/github/philschatz/project-bot.svg
111+
[coverage-url]: https://codecov.io/gh/philschatz/project-bot
112+
[travis-image]: https://api.travis-ci.com/philschatz/project-bot.svg
113+
[travis-url]: https://travis-ci.com/philschatz/project-bot
114+
[dependency-image]: https://img.shields.io/david/philschatz/project-bot.svg
115+
[dependency-url]: https://david-dm.org/philschatz/project-bot
116+
[dev-dependency-image]: https://img.shields.io/david/dev/philschatz/project-bot.svg
117+
[dev-dependency-url]: https://david-dm.org/philschatz/project-bot?type=dev

0 commit comments

Comments
 (0)