-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Archived repos visible on issues overview page #13171
Comments
Some noob questions on how to tackle this:
|
@eneuschild if you can refactor it I'd say do so - but you may find yourself having to deal with the law of unintended consequences multiple steps along the way and you'll find multiple stylistic differences between the various reviewers.
_, ... = fn(ctx, ...)
if ctx.Written() {
return
}
// do stuff with your _, ... Or write in a comment on the function something along the lines of In terms of one or two PRs - it might be reasonable to open two but ensure that the second contains the first. The other thing is that a nice clean history in refactor case would be (at least until someone has reviewed) Rewrite your history using rebase if necessary to make the commits look clean and logical. Once someone has reviewed though please ask reviewers before rebasing as it especially with large reviews it can make it very difficult indeed. |
Should this be a filter option or just hide all archived repositories? |
Since this is about the issues overview, I'd say entirely hiding issues from archived repos is a good way to go. |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
There is a Merge Request being worked on so this issue is not stale. Thanks @eneuschild :) |
[x]
):Description
If you archive a repo it is still taken into account for the issue overview at
/issues
.I would expect it to be hidden like it is hidden e.g. from the repo list on the dashboard.
Screenshots
The text was updated successfully, but these errors were encountered: