This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch release-v0.15
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/release-v0.15 by this push:
     new e2d1633bd fix: pr_extractor cherry pick
e2d1633bd is described below

commit e2d1633bd49cc3af711d992496de17a261df480f
Author: abeizn <[email protected]>
AuthorDate: Fri Mar 3 15:36:20 2023 +0800

    fix: pr_extractor cherry pick
---
 plugins/github/tasks/pr_extractor.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/github/tasks/pr_extractor.go 
b/plugins/github/tasks/pr_extractor.go
index f86dc8858..0415eb29e 100644
--- a/plugins/github/tasks/pr_extractor.go
+++ b/plugins/github/tasks/pr_extractor.go
@@ -21,7 +21,7 @@ import (
        "encoding/json"
        "regexp"
 
-       "github.com/apache/incubator-devlake/core/errors"
+       "github.com/apache/incubator-devlake/errors"
        "github.com/apache/incubator-devlake/plugins/core"
        "github.com/apache/incubator-devlake/plugins/github/models"
        "github.com/apache/incubator-devlake/plugins/helper"

Reply via email to