github-codereviews Questions

2

I'm using the codeowners file to require PR approvals before they can be merged. What I'd like to do is: Require all PRs to have at least one approval from a group of code owners (engineers) Requi...
Canonist asked 26/3, 2021 at 17:21

1

There is this issue which is related, to allow commenting on parts of code OUTSIDE the change set. I'm just wondering if anyone has clever work arounds or a process to achieve something similar, ma...
Overturf asked 19/8, 2020 at 12:14

2

Solved

There's a way to filter all my code reviews on github? I tried to follow docs, go to pull requests and then click on 'Review Requests', but i wasn't able to find a way to filter the code reviews i'...
Intricacy asked 7/2, 2022 at 16:23

1

Solved

I have read postings and performed code reviews on pull requests, for example: "How to create and review a GitHub pull request" GitHub Question: You (as a solo contributor) have been working on a...
Hal asked 1/11, 2018 at 14:52

1

I would like to review all of the code in a single branch of a git repo on GitHub. (I am a professor, and the code is part of a student's thesis.) Any single commit affects only a small portion of ...
Bender asked 29/1, 2021 at 20:31

0

When I start a code review, I can add multiple comments with a 'pending' status review and then submit them all at once instead of one-by-one. If I close the review and come back to it, those pend...
Declinatory asked 9/1, 2020 at 0:24

1

How can I review the git pull requests in intelliJ Idea (2018.3) and check the compile time, test run impact and other IDE features before approving or rejecting?
Interpellate asked 5/12, 2018 at 12:27

2

Solved

it is a bad way to do code reviews after pull request has been initiated. sometimes we want to do code reviews before the whole thing is ready for integration. is there any tools out there that wil...
Yorick asked 22/7, 2018 at 19:55

1

Solved

When a file is renamed with git mv, the commit will show rename from and rename to, and in pull request shows the same, which is good. But when a file is git mved then changed, it looks there is a ...
Trichromatic asked 8/1, 2019 at 4:10

2

Solved

Once a pull request is approved, if there are further commits: The Pull request should go to un-approved state automatically. Can this be done?
Salpingectomy asked 24/1, 2017 at 9:22
1

© 2022 - 2024 — McMap. All rights reserved.