JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.05k stars 618 forks source link

Reuseable Workflows #359

Open shyim opened 1 year ago

shyim commented 1 year ago

Hey,

It would be nice if the workflows would be built as an Reuseable Workflow. So our plugins just call the action from here and we don't have to update our workflow files so often.

https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow

YannCebron commented 1 year ago

why can't you use the default bundled workflows as-is?

shyim commented 1 year ago

I am a lazy dev, I don't want to manually update all my workflows from time to time. I just want to run them of this repository