add bootstrap / autoloader
This commit is contained in:
11
repeat.php
11
repeat.php
@@ -1,15 +1,6 @@
|
||||
<?php
|
||||
//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)
|
||||
require('bootstrap.php');
|
||||
|
||||
require("src/Client.php");
|
||||
require("src/GiteaData.php");
|
||||
require("src/GiteaRepoData.php");
|
||||
require("src/Issue.php");
|
||||
require("src/Label.php");
|
||||
require("src/Repo.php");
|
||||
$config=require("config.php");
|
||||
|
||||
//pass cmd line args
|
||||
|
Reference in New Issue
Block a user