better description
This commit is contained in:
parent
54e3273d57
commit
3979cc114d
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user