-
Hi all, I encounter a situation which I just cannot reopen the PR #53812 as follows: It was automatically closed after being in Stale label for over 14 days. But now I cannot reopen it, actually I cannot see the reopen button. Is there any way to reopen it? Or I should create another PR? Cannot see the Reopen button just as shown in the following image: Thanks & Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please make sure your PR branch contains the the exact same commit (3918c0b468c7f34a9f9e9a2f1937745885debda7) that was there when the PR got closed. I believe this is why the reopen button is disabled. You can force push the new changes once it will have been reopened. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for response. But according to some discussions in Discord, some contributors told me that the PR has been stale for over 2 months, so I can't reopen it by myself. But fixing the SHA is still required, by uploading it with the correct SHA of commit 3918c0b, now it's reopened by contributors. Thank you again. |
Beta Was this translation helpful? Give feedback.
Please make sure your PR branch contains the the exact same commit (3918c0b468c7f34a9f9e9a2f1937745885debda7) that was there when the PR got closed. I believe this is why the reopen button is disabled. You can force push the new changes once it will have been reopened.
isaacs/github#361