This is an automated email from the ASF dual-hosted git repository. abeizn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 5d98faa970e3025acc286fb243e2cddcacf97e7a Author: Yingchu Chen <[email protected]> AuthorDate: Fri Sep 16 19:27:07 2022 +0800 fix(github): rebase --- plugins/github/tasks/cicd_job_convertor.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/github/tasks/cicd_job_convertor.go b/plugins/github/tasks/cicd_job_convertor.go index 125317ff..4e67ef68 100644 --- a/plugins/github/tasks/cicd_job_convertor.go +++ b/plugins/github/tasks/cicd_job_convertor.go @@ -18,9 +18,10 @@ limitations under the License. package tasks import ( - "fmt" "github.com/apache/incubator-devlake/errors" + "github.com/apache/incubator-devlake/models/domainlayer/didgen" "reflect" + "regexp" "github.com/apache/incubator-devlake/plugins/core/dal"
