Skip to content
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

Allow users to self-request a PR review #19030

Merged
merged 4 commits into from
Mar 8, 2022
Merged

Conversation

noerw
Copy link
Member

@noerw noerw commented Mar 8, 2022

The review request feature was added in #10756, where the doer got explicitly excluded from available reviewers.
I can't see a security or functionality related reason to forbid this case.

As shown by GitHub's implementation, it may be useful to self-request a review, to remind yourself about a later review, while communicating to team mates that a review is missing.

The review request feature was added in go-gitea#10756,
where the doer got explicitly excluded from available reviewers. I don't see a
functionality or security related reason to forbid this case.

As shown by GitHubs implementation, it may be useful to self-request a review,
to be reminded oneselves about reviewing, while communicating to team mates that a
review is missing.
@noerw noerw added the type/enhancement An improvement of existing functionality label Mar 8, 2022
@noerw noerw added this to the 1.17.0 milestone Mar 8, 2022
Copy link
Member

@delvh delvh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The frontend is updated automatically, right?

models/repo_test.go Outdated Show resolved Hide resolved
models/repo_test.go Outdated Show resolved Hide resolved
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Mar 8, 2022
Co-authored-by: delvh <dev.lh@web.de>
models/repo.go Show resolved Hide resolved
@delvh
Copy link
Member

delvh commented Mar 8, 2022

Also, I think this should be backported.

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Mar 8, 2022
@6543 6543 merged commit eceab9e into go-gitea:main Mar 8, 2022
@6543 6543 deleted the review-selfrequest branch March 8, 2022 21:48
zjjhot added a commit to zjjhot/gitea that referenced this pull request Mar 9, 2022
* giteaofficial/main:
  Add button for issue deletion (go-gitea#19032)
  Fix script compatiable with OpenWrt (go-gitea#19000)
  Allow users to self-request a PR review (go-gitea#19030)
  Fix wrong scopes caused by empty scope input (go-gitea#19029)
  Feature: show issue assignee on project board (go-gitea#15232)
  bump go deps (go-gitea#19021)
  Don't show context cancelled errors in attribute reader (go-gitea#19006)
  Set `rel="nofollow noindex"` on new issue links (go-gitea#19023)
  update to correct stable version
Chianina pushed a commit to Chianina/gitea that referenced this pull request Mar 28, 2022
The review request feature was added in go-gitea#10756,
where the doer got explicitly excluded from available reviewers. I don't see a
functionality or security related reason to forbid this case.

As shown by GitHubs implementation, it may be useful to self-request a review,
to be reminded oneselves about reviewing, while communicating to team mates that a
review is missing.

Co-authored-by: delvh <dev.lh@web.de>
@go-gitea go-gitea locked and limited conversation to collaborators Apr 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants