From d34fd5b7c115677d9183992d9f8e52c8fce59c99 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 14 Jul 2018 17:59:53 -0700 Subject: [PATCH] Add documentation for GitHub.enableStatus config option --- _site/content/posts/modules/github.md | 6 ++++++ docs/posts/modules/github/index.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/_site/content/posts/modules/github.md b/_site/content/posts/modules/github.md index f81a6707..01d949e6 100644 --- a/_site/content/posts/modules/github.md +++ b/_site/content/posts/modules/github.md @@ -61,6 +61,7 @@ wtf/github/ ```yaml github: enabled: true + enableStatus: true position: top: 2 left: 3 @@ -79,6 +80,11 @@ github: Determines whether or not this module is executed and if its data displayed onscreen.
Values: `true`, `false`. +`enableStatus`
+Display pull request mergeability status ('dirty', 'clean', 'unstable', +'blocked').
+Values: `true`, `false`. + `position`
Defines where in the grid this module's widget will be displayed.
diff --git a/docs/posts/modules/github/index.html b/docs/posts/modules/github/index.html index 188869f9..0e96c6b0 100644 --- a/docs/posts/modules/github/index.html +++ b/docs/posts/modules/github/index.html @@ -185,6 +185,7 @@ height="0" width="0" style="display:none;visibility:hidden">

Configuration

github:
   enabled: true
+  enableStatus: true
   position:
     top: 2
     left: 3
@@ -201,6 +202,11 @@ height="0" width="0" style="display:none;visibility:hidden">
 Determines whether or not this module is executed and if its data displayed onscreen. 
Values: true, false.

+

enableStatus
+Display pull request mergeability status (‘dirty’, ‘clean’, ‘unstable’, +‘blocked’).
+Values: true, false.

+

position
Defines where in the grid this module’s widget will be displayed.