Skip to content

Commit 4880a6b

Browse files
committed
more comment
1 parent ab9f8d9 commit 4880a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/feed/action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func (a *actionNotifier) DeleteRef(ctx context.Context, doer *user_model.User, r
390390
}
391391

392392
func (a *actionNotifier) SyncPushCommits(ctx context.Context, pusher *user_model.User, repo *repo_model.Repository, opts *repository.PushUpdateOptions, commits *repository.PushCommits) {
393-
// ignore pull sync message
393+
// ignore pull sync message for pull requests refs
394394
// TODO: it's better to have a UI to let users chose
395395
if opts.RefFullName.IsPull() {
396396
return

0 commit comments

Comments
 (0)