-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull request updates will also trigger code owners review requests #33744
Pull request updates will also trigger code owners review requests #33744
Conversation
Wait tomorrow's Golang version. Maybe wait backport of #33764 and #33744, #33789 --------- Co-authored-by: metiftikci <[email protected]>
services/pull/pull.go
Outdated
RepoID int64 | ||
Doer *user_model.User | ||
Branch string | ||
IsSync bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does IsSync
mean? Could it have some comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IsSync
means if it's a pull request update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then what does IsSync=false
mean? Which action triggers IsSync=false
? Could it have some comments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added comments in f8b02f7. Looks like AddTestPullRequestTask
needs a big refactor. So that I don't want to introduce it to this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By that comment, I can understand if IsSync=true
then it's a pull request synchronization
.
But if IsSync=false
, then what it is?Which action triggers IsSync=false
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4961418
This maybe should be an action parameter. It could be pull request synchronization, updating or merging.
…y/gitea into lunny/add_reviewer_notifier_pr_sync
…y/gitea into lunny/add_reviewer_notifier_pr_sync
* giteaofficial/main: Pull request updates will also trigger code owners review requests (go-gitea#33744) [skip ci] Updated translations via Crowdin remove context from retry downloader (go-gitea#33871) Fine tune push mirror UI (go-gitea#33866) Fix markdown render (go-gitea#33870) Improve issue & code search (go-gitea#33860)
I was unable to create a backport for 1.23. @lunny, please send one manually. 🍵
|
…o-gitea#33744) Fix go-gitea#33490 It will only read the changed file on the pushed commits but not all the files of this PR. --------- Co-authored-by: wxiaoguang <[email protected]>
…33744) (#34045) Fix #33490 Backport #33744 It will only read the changed file on the pushed commits but not all the files of this PR. Co-authored-by: wxiaoguang <[email protected]>
Fix #33490
It will only read the changed file on the pushed commits but not all the files of this PR.