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.