This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix wrong log when push to a new branch (
#1220
)
tags/v1.21.12.1
Lunny Xiao
GitHub
9 years ago
parent
925b252927
commit
3cf0e513e6
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/action.go
+0
-0
modules/github/issues.go
+ 1
- 1
models/action.go
View File
@@ -360,7 +360,7 @@ func UpdateIssuesCommit(doer *User, repo *Repository, commits []*PushCommit) err
issue, err := GetIssueByRef(ref)
if err != nil {
if IsErrIssueNotExist(err) {
if IsErrIssueNotExist(err)
|| err == errMissingIssueNumber
{
continue
}
return err
+ 0
- 0
modules/github/issues.go
View File
Write
Preview
Loading…
Cancel
Save