Allow for deleting and restoring branch associated with PR#1784
Allow for deleting and restoring branch associated with PR#1784EnricoMi merged 21 commits intoPyGithub:mainfrom
Conversation
s-t-e-v-e-n-k
left a comment
There was a problem hiding this comment.
This is looking like a great start, I have some concerns I have outlined.
Codecov Report
@@ Coverage Diff @@
## master #1784 +/- ##
=======================================
Coverage 98.76% 98.76%
=======================================
Files 51 51
Lines 2677 2677
=======================================
Hits 2644 2644
Misses 33 33 Continue to review full report at Codecov.
|
a254363 to
fee99a2
Compare
fee99a2 to
f299699
Compare
|
@s-t-e-v-e-n-k I am trying to figure out why code coverage decreased on a file that I did not interface with or modify any tests that interacted with it. Any ideas? Update: It appears the changes in #1797 will bring the code coverage back to up to the place it should be. I believe the latest pyJWT being released yesterday is causing codecov to not reach that line in MainClass.py -- as long as that PR (1797) is merged before this one, I think that codecoverage wont be affected. Apologies for any spam that I caused by troubleshooting that. |
dd0718d to
16b2544
Compare
|
As believed, now that the other PR has been merged (and upon me pulling latest master into my branch) this one is ready to be merged as well with no issues :) Thanks |
|
@s-t-e-v-e-n-k @sfdye Is there anything else in this PR needing changes? |
s-t-e-v-e-n-k
left a comment
There was a problem hiding this comment.
This is looking like a good start, I have some concerns inline.
|
@s-t-e-v-e-n-k 👍 applied your recommendations |
s-t-e-v-e-n-k
left a comment
There was a problem hiding this comment.
Thanks for your changes, you're making good progress, some more changes required, though.
|
@s-t-e-v-e-n-k removing |
|
Hi ! any news on this ? I'd love to implement it on https://github.com/AFPy/PyDocTeur :) |
|
@sfdye anything we can do here? |
|
@s-t-e-v-e-n-k @sfdye who maintains this project currently, if anyone? |
|
@s-t-e-v-e-n-k @sfdye hoping to make one last ditch effort to follow up |
|
No more conflicts :) |
|
Ir looks like CI is failing |
|
Also, I don't know if |
|
@JLLeitschuh I have resolved all CI checks, including one that was unrelated to this PR. I have also made all requested changes and re-requested all reviewers. Let me know if you need anything else |
github/PullRequest.pyi
Outdated
| @@ -0,0 +1,160 @@ | |||
| from datetime import datetime | |||
EnricoMi
left a comment
There was a problem hiding this comment.
move typing to .py file
|
thanks for the feedback @EnricoMi -- fixed the remaining mypy issues and typing. Let me know if anything else is needed. |
|
@s-t-e-v-e-n-k happy with this? |
|
@EnricoMi / @s-t-e-v-e-n-k what remains for this to get merged? Thanks! |
|
Now that we have two approvals and the changes that @s-t-e-v-e-n-k requested are completed, what is the process for merging? Thanks @JLLeitschuh and @EnricoMi |
Adding logic for deleting/restoring branches associated with a PR, as well as forcing a delete.
Fixes #580