Merge pull request #24 from probot/remove-installs

Remove installations and orgs
This commit is contained in:
Brandon Keepers
2017-08-16 16:47:48 -05:00
committed by GitHub
11 changed files with 6 additions and 42 deletions

View File

@@ -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:

View File

@@ -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
---

View File

@@ -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
```
```

View File

@@ -5,7 +5,6 @@ slug: settings
topics:
- administration
stars: 123
installations: 38
author: bkeepers
repository: probot/settings
---

View File

@@ -4,6 +4,5 @@ description: Temporarily close Issues and Pull Requests
slug: snooze
author: jbjonesjr
stars: 3
installations: 5
repository: jbjonesjr/probot-snooze
---

View File

@@ -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
---

View File

@@ -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
```
```

View File

@@ -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
```

View File

@@ -4,6 +4,5 @@ description: Prevent merging of unfinished Pull Requests
slug: wip
author: gr2m
stars: 5
installations: 7
repository: gr2m/wip-bot
---

View File

@@ -15,7 +15,6 @@ layout: default
Add to GitHub
</a>
<div class="text-gray-light">
<div class="d-inline mr-3 tooltipped tooltipped-s" aria-label="{{ page.installations }} installations">{% octicon cloud-download width:14 class:"v-align-middle" %} <span class="">{{ page.installations }}</span></div>
<div class="d-inline mr-3 tooltipped tooltipped-s" aria-label="{{ page.stars }} stars">{% octicon star heigh:16 class:"v-align-middle" %} <span class="">{{ page.stars }}</span></div>
</div>
</div>
@@ -54,13 +53,6 @@ layout: default
{% endfor %}
</div>
<h4 class="mb-1 alt-h4 text-gray">Used by</h4>
<div class="mb-3">
{% for organization in page.organizations %}
<a href="https://github.com/{{ organization }}"><img class="avatar avatar-group-item bg-white" src="https://github.com/{{ organization }}.png" height="35" width="35"></a>
{% endfor %}
</div>
<h4 class="mb-1 alt-h4 text-gray">Updated</h4>
<p><span class="text-white">June 12, 2017</p>

View File

@@ -32,14 +32,14 @@ layout: default
</p>
<div class="d-md-flex flex-wrap gutter flex-auto">
{% for app in site.apps limit:9 %}
{% assign apps = site.apps | sort: 'stars' | reverse %}
{% for app in apps limit:9 %}
<div class="col-lg-4 col-md-6 mb-3 mt-3">
<a href="{{ app.url }}" class="d-flex flex-column bg-white rounded-1 box-shadow border text-inherit no-underline" style="height:100%">
<h3 class="h4 px-3 pt-3">{{ app.title }}</h3>
<p class="text-gray lh-condensed px-3 pb-3">{{ app.description }}</p>
<div class="text-gray-light pl-3 pr-2 py-2 bg-gray-light border-top" style="margin-top: auto;">
<div class="d-flex flex-row">
<div class="col-3 tooltipped tooltipped-s" aria-label="{{ app.installations }} installations">{% octicon cloud-download width:14 class:"v-align-middle" %} <span class="">{{ app.installations }}</span></div>
<div class="col-3 tooltipped tooltipped-s" aria-label="{{ app.stars }} stars">{% octicon star heigh:16 class:"v-align-middle" %} <span class="">{{ app.stars }}</span></div>
<div class="col-6 text-right">
<img class="avatar tooltipped tooltipped-s" aria-label="Made by {{ app.author }}" height="24" src="https://github.com/{{ app.author }}.png">