You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! First of all, this is great! Thank you for sharing your code!
Would it be possible to allow labels to override the MERGE_METHOD? I ask because we usually prefer the merge method, but occasionally, a contributor will open a PR with many commits, in which case it would be better to use the squash method.
Since this action uses environment variables, I think I can do that myself by running a step to set the variable before running this action, but it would be great if that feature is built-in!
The text was updated successfully, but these errors were encountered:
I think the easiest solution would be to create 2 action workflows, maybe one named automerge.yml (following the documentation in the README), and one named autosquash.yml which is a copy, with the following configuration:
Hello! First of all, this is great! Thank you for sharing your code!
Would it be possible to allow labels to override the
MERGE_METHOD
? I ask because we usually prefer themerge
method, but occasionally, a contributor will open a PR with many commits, in which case it would be better to use thesquash
method.Since this action uses environment variables, I think I can do that myself by running a step to set the variable before running this action, but it would be great if that feature is built-in!
The text was updated successfully, but these errors were encountered: