-
Notifications
You must be signed in to change notification settings - Fork 5
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
Check does not re-run on force push #19
Comments
We'll take a look. |
🙏 Thank you! |
@jamesobutler |
Ok I tried some more testing again and here are my results: Public repo, issue a PR from one branch to another within the repo, message lint: ✔️ My specific case that I use: When it doesn't re-run it doesn't show up in the PR checks area if message-lint is not a required check to pass before merging. The image I provided originally showed that it was not re-running with it as a required check for merging. |
Hi @sumits-systango, Were you able to reproduce based on the above notes? |
@jamesobutler yes, we were able to reproduce and are working on a fix. It seems to be related to fork repositories. We'll let you know as soon as a fix is deployed. |
Thanks so much! Very much appreciated. |
Hi @sumits-systango! Any update on this work? Or will this be a |
@jamesobutler |
any news on this? |
Hi @renanfenrich @jamesobutler, We have deployed the change for the Issues you were having with the Forked Repositories. |
@apresswala-systango I force pushed a branch tied to an already open PR from a private repo fork to the upstream private repo and the commit-message-lint check was not run. I then tried opening a new PR from a private repo fork to the upstream private repo and the commit-message-lint check also did not run. |
Was this a server-side change? I see no recent pushed updates to this repo if it was for the app code. The last commit is from May 4th 2020. |
Yes, this was a server side change @jamesobutler . We'll take a look and get back. |
@sumits-systango Any update on this? |
Hi @jamesobutler, We are debugging this at our end. We are trying to reproduce the issue you are facing with our repositories. It would take some more time for us to get back to you on this. |
I have unfortunately uninstalled this GitHub app as it has continued to be broken. |
Hi @jamesobutler |
The problem I noticed is that |
I've noticed that Commit Message Lint works when issuing a brand new PR in my private repo. However, if there is a force push action that occurs, the check doesn't seem to re-run and it just sits waiting. This is a problem as I'm using this as a required-check as part of my branch rules. Other checks are re-run following a force push.
The text was updated successfully, but these errors were encountered: