|
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
| 5 | +[![Stable Version][badge_stable]][link_packagist] |
| 6 | +[![Unstable Version][badge_unstable]][link_packagist] |
| 7 | +[![Total Downloads][badge_downloads]][link_packagist] |
| 8 | +[![Github Workflow Status][badge_build]][link_build] |
| 9 | +[![License][badge_license]][link_license] |
| 10 | + |
5 | 11 | > GitHub Notifications was created by, and is maintained by `The Dragon Code`, |
6 | 12 | > and is a simple command line tool to mark all notifications about issues or rejected PRs as read on a given |
7 | 13 | > organization. |
@@ -61,7 +67,8 @@ You can also specify several names: |
61 | 67 | notifications read laravel/framework laravel/jet |
62 | 68 | ``` |
63 | 69 |
|
64 | | -When determining the name, the [`str_starts_with`](https://www.php.net/manual/en/function.str-starts-with) function is used. |
| 70 | +When determining the name, the [`str_starts_with`](https://www.php.net/manual/en/function.str-starts-with) function is |
| 71 | +used. |
65 | 72 |
|
66 | 73 | ### Options |
67 | 74 |
|
@@ -117,3 +124,19 @@ With this set of options, notifications that have: |
117 | 124 | ## License |
118 | 125 |
|
119 | 126 | This package is licensed under the [MIT License](LICENSE). |
| 127 | +
|
| 128 | +[badge_build]: https://img.shields.io/github/actions/workflow/status/TheDragonCode/github-notifications/tests.yml?style=flat-square |
| 129 | +
|
| 130 | +[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/github-notifications.svg?style=flat-square |
| 131 | +
|
| 132 | +[badge_license]: https://img.shields.io/packagist/l/dragon-code/github-notifications.svg?style=flat-square |
| 133 | +
|
| 134 | +[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/github-notifications?label=stable&style=flat-square |
| 135 | +
|
| 136 | +[badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square |
| 137 | +
|
| 138 | +[link_build]: https://github.com/TheDragonCode/github-notifications/actions |
| 139 | +
|
| 140 | +[link_license]: LICENSE |
| 141 | +
|
| 142 | +[link_packagist]: https://packagist.org/packages/dragon-code/github-notifications |
0 commit comments