ahmadnassri / action-dependabot-auto-merge

Automatically merge Dependabot PRs when version comparison is within range
MIT License
342 stars 48 forks source link

Error: Container action is only supported on Linux #95

Open bdovaz opened 3 years ago

bdovaz commented 3 years ago

@ahmadnassri I am using it in a Xamarin development that must run on macOS machines and this action is preventing me from running the workflow correctly.

Is this the case? Is there a way to solve it?

In fact, reading the documentation, it does not say anywhere that this action is not cross-platform.

ahmadnassri commented 3 years ago

I'm woring on a rewrite that removes need to use docker ...

that said, you can run a workflow with different jobs on different platforms (win, mac, linux) let this auto-merge job be the last one and dependent on the success of the others (assuming the others run tests)

and it it will work fine.