diff --git a/_apps/dco.md b/_apps/dco.md index f76ac71..380c0ff 100644 --- a/_apps/dco.md +++ b/_apps/dco.md @@ -4,7 +4,7 @@ description: Enforce the DCO on Pull Requests slug: dco screenshots: - https://cloud.githubusercontent.com/assets/173/24482273/a35dc23e-14b5-11e7-9371-fd241873e2c3.png -stars: 19 +stars: 20 author: bkeepers repository: probot/dco topics: diff --git a/_apps/duplicate-issues.md b/_apps/duplicate-issues.md deleted file mode 100644 index 8fd3114..0000000 --- a/_apps/duplicate-issues.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Duplicate Issues -description: Automatically detects duplicate issues -slug: dup -stars: 15 -author: MarshallOfSound -repository: MarshallOfSound/probot-issue-duplicate-detection ---- diff --git a/_apps/request-info.md b/_apps/request-info.md index ba8abb1..3ad8ebe 100644 --- a/_apps/request-info.md +++ b/_apps/request-info.md @@ -4,7 +4,7 @@ description: Requests more info on issues and pull requests with the default tit slug: request-info screenshots: - https://user-images.githubusercontent.com/13410355/28132821-d37bf2a8-66f2-11e7-9e7b-5930ba65d67a.png -stars: 47 +stars: 2 author: hiimbex repository: behaviorbot/request-info topics: diff --git a/_apps/settings.md b/_apps/settings.md index ca1f6b6..f3b60e6 100644 --- a/_apps/settings.md +++ b/_apps/settings.md @@ -4,9 +4,11 @@ description: Pull Requests for repository settings slug: settings topics: - administration -stars: 123 +stars: 124 author: bkeepers repository: probot/settings +screenshots: +- https://user-images.githubusercontent.com/173/29472917-3fad9db0-841b-11e7-8f6d-a6c63052122b.png --- This GitHub App syncs repository settings defined in `.github/settings.yml` to GitHub, enabling Pull Requests for repository settings. diff --git a/_apps/snooze.md b/_apps/snooze.md deleted file mode 100644 index 172cda7..0000000 --- a/_apps/snooze.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Snooze -description: Temporarily close Issues and Pull Requests -slug: snooze -author: jbjonesjr -stars: 3 -repository: jbjonesjr/probot-snooze ---- diff --git a/_apps/stale.md b/_apps/stale.md index 4d6ab7a..a44f7da 100644 --- a/_apps/stale.md +++ b/_apps/stale.md @@ -8,9 +8,8 @@ screenshots: topics: - project-management author: bkeepers -stars: 129 +stars: 128 repository: probot/stale -host: https://probot-stale.herokuapp.com --- Automatically close stale Issues and Pull Requests that tend to accumulate during a project. diff --git a/_apps/update-docs.md b/_apps/update-docs.md index ecf5d9b..1b9dc05 100644 --- a/_apps/update-docs.md +++ b/_apps/update-docs.md @@ -4,7 +4,7 @@ description: Replies to newly opened pull requests that do no update a file in t slug: update-docs screenshots: - https://user-images.githubusercontent.com/13410355/28179044-97207bee-67b5-11e7-80d0-0c8ede4a325f.png -stars: 47 +stars: 1 author: hiimbex repository: behaviorbot/update-docs topics: diff --git a/_apps/welcome.md b/_apps/welcome.md index 5f28458..d61504d 100644 --- a/_apps/welcome.md +++ b/_apps/welcome.md @@ -6,7 +6,7 @@ screenshots: - https://user-images.githubusercontent.com/13410355/28288851-679f582a-6af5-11e7-8dd8-b85b6c33e16b.png - https://user-images.githubusercontent.com/13410355/28288547-5f83aa8e-6af4-11e7-9692-eb41d42431e2.png - https://user-images.githubusercontent.com/13410355/28289605-1ab81a76-6af8-11e7-8f78-6a1b3948df36.png -stars: 99 +stars: 5 author: hiimbex repository: behaviorbot/welcome topics: diff --git a/_apps/wip.md b/_apps/wip.md deleted file mode 100644 index 4181425..0000000 --- a/_apps/wip.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Work In Progress -description: Prevent merging of unfinished Pull Requests -slug: wip -author: gr2m -stars: 5 -repository: gr2m/wip-bot ---- diff --git a/index.html b/index.html index aaf60ad..f8a10e5 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ layout: default
{% assign apps = site.apps | sort: 'stars' | reverse %} - {% for app in apps limit:9 %} + {% for app in apps limit:6 %}

{{ app.title }}