Clean up app frontmatter

This commit is contained in:
Brandon Keepers
2017-07-13 14:59:05 +02:00
parent 8f7b3927f6
commit b4cc5f4a1d
5 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,6 @@
title: Developer Certificate of Origin
description: Enforce the DCO on Pull Requests
slug: dco
octicon: law
screenshots:
- https://cloud.githubusercontent.com/assets/173/24482273/a35dc23e-14b5-11e7-9371-fd241873e2c3.png
organizations:
@@ -13,6 +12,8 @@ stars: 142
installs: 48
author: bkeepers
repository: probot/dco
topics:
- licensing
---
@@ -42,6 +43,4 @@ Git even has a `-s` command line option to append this automatically to your com
$ git commit -s -m 'This is my commit message'
```
Once [installed](#usage), this integration will set the [status](https://developer.github.com/v3/repos/statuses/) to `failed` if commits in a Pull Request do not contain a valid `Signed-off-by` line.
![](https://cloud.githubusercontent.com/assets/173/24482273/a35dc23e-14b5-11e7-9371-fd241873e2c3.png)
Once installed, this integration will set the [status](https://developer.github.com/v3/repos/statuses/) to `failed` if commits in a Pull Request do not contain a valid `Signed-off-by` line.

View File

@@ -2,9 +2,6 @@
title: Settings
description: Pull Requests for repository settings
slug: settings
octicon: gear
color: F0B446
background: http://media.istockphoto.com/vectors/human-hands-clapping-vector-id610140086
topics:
- administration
stars: 114

View File

@@ -2,10 +2,8 @@
title: Snooze
description: Temporarily close Issues and Pull Requests
slug: snooze
color: D96858
background: http://media.istockphoto.com/vectors/working-vector-id515684016
author: jbjonesjr
stars: 2
installs: 5
repository: jbjonesjr/probot-freeze
repository: jbjonesjr/probot-snooze
---

View File

@@ -2,9 +2,6 @@
title: Stale
description: Close stale Issues and Pull Requests
slug: probot-stale
octicon: clock
color: DAECE3
background: http://media.istockphoto.com/vectors/giving-vector-id517930622
screenshots:
- https://user-images.githubusercontent.com/173/27765695-4c016050-5e7e-11e7-9016-c2f6d8c27da4.png
- https://user-images.githubusercontent.com/173/27765705-93f94940-5e7e-11e7-8527-3a91bb64ca70.png
@@ -23,6 +20,18 @@ installs: 305
repository: probot/stale
---
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
## How it works
1. After a period of inactivity, a label will be applied to mark an issue as stale, and optionally a comment will be posted to notify contributors that the Issue or Pull Request will be closed.
1. If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed and nothing further is done until it becomes stale again.
1. If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.
## Installation
After installing the integration, create `.github/stale.yml` in the default branch to enable it:
```yml

View File

@@ -2,9 +2,6 @@
title: Work In Progress
description: Prevent merging of unfinished Pull Requests
slug: wip
octicon: alert
color: D96858
background: http://media.istockphoto.com/vectors/hanging-light-bulbs-with-glowing-one-on-yellow-background-vector-id516323432
author: gr2m
stars: 4
installs: 7