mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-25 21:05:31 +08:00
Clean up app frontmatter
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user