feat(deps): Add support for more departments

This commit is contained in:
pakintada@gmail.com 2024-06-19 13:56:56 +07:00
parent bdf2fac1ad
commit 4369ebb2a5
19 changed files with 296 additions and 169 deletions

View file

@ -2,7 +2,6 @@ package main
import (
"context"
"fmt"
"os/exec"
"time"
)
@ -31,7 +30,7 @@ func RunGitRecipeWorker() {
for {
err := pull_request()
if err != nil {
fmt.Println(err)
//fmt.Println(err)
}
time.Sleep(10 * time.Minute)
}