-
-
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
[RFC] Update issues via pull requests #3695
Conversation
d4a0573
to
3ecdbcd
Compare
Codecov Report
@@ Coverage Diff @@
## master #3695 +/- ##
==========================================
- Coverage 37.58% 37.17% -0.42%
==========================================
Files 318 306 -12
Lines 46928 45653 -1275
==========================================
- Hits 17638 16971 -667
+ Misses 26778 26210 -568
+ Partials 2512 2472 -40
Continue to review full report at Codecov.
|
4b2d3d9
to
13844b7
Compare
98d97af
to
d612d1a
Compare
b49e7b9
to
d2e2f9c
Compare
adcd721
to
6cba105
Compare
6cba105
to
57b73c8
Compare
Maybe we should update the issues when a PR got manually merged? |
please resolve conflicts |
@yasuokav I'm not sure the PR can be automatically closed if the commits are present since the PR's tracked branch could still be committed to. Commits that are pushed directly to the repo are processed with the pre-existing function |
57b73c8
to
18b6758
Compare
@krrutkow Thanks for your answer, you may misunderstand what I mean. Lines 553 to 585 in b908ac9
MergePullRequestAction does not trigger
|
18b6758
to
e9fc2f9
Compare
What is the status of this? Is ready for use or merge into master? |
@krrutkow It's ready for review? @InExtremaRes need mantianers' review. |
e9fc2f9
to
aef893e
Compare
I just rebased it to master, its ready for review. |
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.
Nice work! Thank you for your dedication!
@MichiiL if you want you can also rebase/fix it and open new PR if original author has no time to fix this |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
What is the current status? |
<span class="text grey"><a href="{{.RefURL}}"><span class="title has-emoji">{{.RefIssue.Title | Escape}}</span> (#{{.RefIssue.Index}})</a></span> | ||
</div> | ||
</div> | ||
{{else if and (eq .Type 24) .RefExists}} |
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 know this file previously used hardcoded ints to do an equality check against type, but could you change it to do an equality check where 24
could easily be determined? (same applies for other checks too)
@noMICROSOFTbuhtz the status can be read above. There is feedback that needs to be addressed and conflicts need to be resolved, however due to the change freeze for 1.9.0 being in place this has been moved to the 1.10.0 milestone. |
I've tried to rebase this, but I don't know enough about the code base to do it successfully without breaking things. I'll continue to try, but if anyone else can jump on this it would be awesome. Seems like maybe @krrutkow doesn't have time anymore. 😢 |
conflicted |
Btw: How can it be that a PR is open for more then one year? Conflictes? This is not an argument for such a hugh time span. It is more a clue that the PR is to big and complex - 32 commits solidify this argument. Split it into easer handable commits and PRs. I would recommand to the core developers to find a standardized way to handle, accept and reject PRs depending on defined parameter (e.g. number of lines, commit count, PR age, ...). |
@Codeberg-AsGithubAlternative-buhtz Someone has to take over to resolve conflicts (either by maintainers or someone else by opening new PR), we can't really review while there are conflicts that could result in broken code if not resolved correctly |
Mmm... I'm working on something that should greatly simplify this code; but you were first. Want me to stop over there? |
@krrutkow @guillep2k whats the state of this PR ? lot of code has changed in this area so :( |
#8137 is already merged, and I'm working on closing/reopening by keyword. |
so we can considder this as closed? |
This PR is free to be closed. It applies to (and was working for) ~v1.6, but it would be nearly a complete rewrite to get working with the current codebase. The feature checklist is valuable though and should be expressed in other issues/PRs to ensure the features of this PR are not lost to the project. |
Various improvements on how issues are referenced, opened, or closed by pull requests. Steps to accomplish: