better description

This commit is contained in:
James 2019-06-26 10:02:44 +01:00
parent 54e3273d57
commit 3979cc114d

View File

@ -1,6 +1,8 @@
<?php
//Adds a no-milestone label to any issues with no milestone
//Also removes the label if present on an issue with a milestone
//1a. Adds a no-milestone label to any issues with no milestone
//1b. Also removes the label if present on an issue with a milestone
//2a. Adds a no-label label to any issues with no labels (excluding the no-label and no-milestone)
//2b. Also removes the label if present on an issue with a label (excluding the no-label and no-milestone)
include("src/Client.php");
include("src/Issue.php");