From b109e3296533f864d4e9e80ac9b9a296da7c7509 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 16 Aug 2017 16:13:11 -0500 Subject: [PATCH] Remove installations and orgs Blocked by https://github.com/probot/probot/pull/181 --- _apps/dco.md | 5 ----- _apps/duplicate-issues.md | 1 - _apps/request-info.md | 3 +-- _apps/settings.md | 1 - _apps/snooze.md | 1 - _apps/stale.md | 12 ------------ _apps/update-docs.md | 7 ++----- _apps/welcome.md | 5 +---- _apps/wip.md | 1 - _layouts/app.html | 8 -------- index.html | 4 ++-- 11 files changed, 6 insertions(+), 42 deletions(-) diff --git a/_apps/dco.md b/_apps/dco.md index 25e1e64..f76ac71 100644 --- a/_apps/dco.md +++ b/_apps/dco.md @@ -4,12 +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 -organizations: -- linuxfoundation -- kubernetes -- nodejs stars: 19 -installations: 48 author: bkeepers repository: probot/dco topics: diff --git a/_apps/duplicate-issues.md b/_apps/duplicate-issues.md index 5b35f06..8fd3114 100644 --- a/_apps/duplicate-issues.md +++ b/_apps/duplicate-issues.md @@ -3,7 +3,6 @@ title: Duplicate Issues description: Automatically detects duplicate issues slug: dup stars: 15 -installations: 4 author: MarshallOfSound repository: MarshallOfSound/probot-issue-duplicate-detection --- diff --git a/_apps/request-info.md b/_apps/request-info.md index 8ee3e35..ba8abb1 100644 --- a/_apps/request-info.md +++ b/_apps/request-info.md @@ -5,7 +5,6 @@ slug: request-info screenshots: - https://user-images.githubusercontent.com/13410355/28132821-d37bf2a8-66f2-11e7-9e7b-5930ba65d67a.png stars: 47 -installations: 13 author: hiimbex repository: behaviorbot/request-info topics: @@ -34,4 +33,4 @@ requestInfoDefaultTitles: # *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given requestInfoLabelToAdd: needs-more-info -``` \ No newline at end of file +``` diff --git a/_apps/settings.md b/_apps/settings.md index 0487495..ca1f6b6 100644 --- a/_apps/settings.md +++ b/_apps/settings.md @@ -5,7 +5,6 @@ slug: settings topics: - administration stars: 123 -installations: 38 author: bkeepers repository: probot/settings --- diff --git a/_apps/snooze.md b/_apps/snooze.md index fa5ad8b..172cda7 100644 --- a/_apps/snooze.md +++ b/_apps/snooze.md @@ -4,6 +4,5 @@ description: Temporarily close Issues and Pull Requests slug: snooze author: jbjonesjr stars: 3 -installations: 5 repository: jbjonesjr/probot-snooze --- diff --git a/_apps/stale.md b/_apps/stale.md index 831f097..4d6ab7a 100644 --- a/_apps/stale.md +++ b/_apps/stale.md @@ -7,20 +7,8 @@ screenshots: - https://user-images.githubusercontent.com/173/27765705-93f94940-5e7e-11e7-8527-3a91bb64ca70.png topics: - project-management -organizations: -- atom -- Homebrew -- fchollet -- hexojs -- apollographql -- sequelize -- hubotio -- mochajs -- nodemailer -- tldr-pages author: bkeepers stars: 129 -installations: 98 repository: probot/stale host: https://probot-stale.herokuapp.com --- diff --git a/_apps/update-docs.md b/_apps/update-docs.md index e905181..ecf5d9b 100644 --- a/_apps/update-docs.md +++ b/_apps/update-docs.md @@ -4,10 +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 -organizations: -- probot stars: 47 -installations: 94 author: hiimbex repository: behaviorbot/update-docs topics: @@ -16,7 +13,7 @@ topics: --- -Update Docs comments on newly opened Pull Requests that do not update either the README or a file in the `/docs` folder. +Update Docs comments on newly opened Pull Requests that do not update either the README or a file in the `/docs` folder. Create a `.github/config.yml` file that contains the contents you would like to reply within an `updateDocsComment`. Optionally, you can also add an `updateDocsWhiteList` that includes terms, that if found in the title, the bot will not comment on. @@ -31,4 +28,4 @@ updateDocsComment: > updateDocsWhiteList: - bug - chore -``` \ No newline at end of file +``` diff --git a/_apps/welcome.md b/_apps/welcome.md index 42e9ee8..5f28458 100644 --- a/_apps/welcome.md +++ b/_apps/welcome.md @@ -6,10 +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 -organizations: -- probot stars: 99 -installations: 123 author: hiimbex repository: behaviorbot/welcome topics: @@ -41,7 +38,7 @@ newPRWelcomeComment: > # Comment to be posted to on pull requests merged by a first time user firstPRMergeComment: > - Congrats on merging your first pull request! We here at behaviorbot are proud of you! + Congrats on merging your first pull request! We here at behaviorbot are proud of you! # It is recommend to include as many gifs and emojis as possible ``` diff --git a/_apps/wip.md b/_apps/wip.md index 9a1853e..4181425 100644 --- a/_apps/wip.md +++ b/_apps/wip.md @@ -4,6 +4,5 @@ description: Prevent merging of unfinished Pull Requests slug: wip author: gr2m stars: 5 -installations: 7 repository: gr2m/wip-bot --- diff --git a/_layouts/app.html b/_layouts/app.html index 50ab8c8..a2769ea 100644 --- a/_layouts/app.html +++ b/_layouts/app.html @@ -15,7 +15,6 @@ layout: default Add to GitHub
-
{% octicon cloud-download width:14 class:"v-align-middle" %} {{ page.installations }}
{% octicon star heigh:16 class:"v-align-middle" %} {{ page.stars }}
@@ -54,13 +53,6 @@ layout: default {% endfor %} -

Used by

-
- {% for organization in page.organizations %} - - {% endfor %} -
-

Updated

June 12, 2017

diff --git a/index.html b/index.html index 1a36e6a..571e77d 100644 --- a/index.html +++ b/index.html @@ -32,14 +32,14 @@ layout: default

- {% for app in site.apps limit:9 %} + {% assign apps = site.apps | sort: 'stars' | reverse %} + {% for app in apps limit:9 %}