|
1 | 1 | #project-bot |
2 | 2 |
|
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? |
4 | 9 |
|
5 | 10 | 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. |
6 | 11 |
|
@@ -101,3 +106,12 @@ After an item has been added to a project board (manually or by the previous rul |
101 | 106 | ##Screencap |
102 | 107 |
|
103 | 108 |  |
| 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 |