Thibault Derousseaux
Thibault Derousseaux
Thanks for reporting this and for suggesting a workaround 👍. Like you, I would expect `m["where null or a"]` and `m["multi where"]` to be equivalent. Looking into it briefly, the...
This should be done at the same time as #381 since they both require API changes.
It’s happening: https://github.blog/changelog/2020-12-16-pull-request-auto-merge-public-beta/!
I've created https://github.com/tibdex/auto-update to focus only the branch updating part.
Hi Romain, I think you're running into [this limitation](https://docs.github.com/en/actions/reference/encrypted-secrets#using-encrypted-secrets-in-a-workflow): > With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked...
This issue is not specific to Autosquash so I would rather not add some feature to it to make it a no-op when it detects that it's running on a...
You can use an `if` conditional like explained [here](https://github.community/t/stop-github-actions-running-on-a-fork/17965/2).
This GitHub Action is best used when you have a CI and a code review process in place. When that's the case, you don't usually want to trigger too many...
> we still want a person to make the last "merge" click from various reasons What are these reasons? > Our workflow allows the reviewer to make comments/suggestions that are...
Hi Paride, it could work indeed. Are you willing to take some time to fork this action and see if that's the case?