-
Notifications
You must be signed in to change notification settings - Fork 24
Autosquash not updating the PR #22
Comments
It's hard to know what's wrong since the repo is private so I can't see its "Actions" tab. Have you signed up for the GitHub Actions beta? What's the content of your Autosquash workflow file? Have you tried using this one? |
I had a similar issue, my github_token was not set properly in my repository. |
Thanks for the answer. Let me know any information that can help you identify the issue and I'll try to share it. Regarding your questions:
Additionally, in the checks section I can see the following entries:
The log of the jobs is the following:
|
I reviewed that and it looks ok. Can you be more specific on "not set properly"? |
Your log shows that the mergeable state is The relevant part of the code is this: Lines 39 to 53 in 9151c79
Did you enable the "Require branches to be up-to-date before merging" branch protection? |
The "Require branches to be up-to-date before merging" branch protection is enabled. As far as I can see in the code, |
Same happens to me, I was going to try |
Based on octokit/octokit.net#1763 (comment), maybe GitHub is returning |
The problem is that check run event isn't working: I think Github or CircleCI (in my case) made a change recently to Also, there was a problem in Travis as well https://stackoverflow.com/questions/58307570/github-actions-check-run-is-not-called. I guess we cannot rely on this event but we might have another option. My github configuration: |
Any update on this? Can we not rely on |
Found the problem (but not the fix 😞)! It's when you enable this setting: Found it thanks to kodiak that suffers the same issue, it seems a github limitation unless github actions can have more powers than bots (kodiak is a bot). |
I created a PR, added the expected label but the PR has not been updated despite been outdated.
I had similar issue with Autorebase App lately although previously it was perfectly working.
The text was updated successfully, but these errors were encountered: