Pascal

Results 79 comments of Pascal

Do you maybe want to create a PR for this? 🙏

I am thinking -- could we let the user provide a regex, for example `/([0-9.]+)-(.+)/` and if the result after matching the commit message contains 1 (non-empty) group, we assume...

I think it might be enough to add this to the `prepublish` step (see https://docs.npmjs.com/misc/scripts) in package.json like this: ```json "scripts": { "prepublish": "ng build --prod" } ``` Regarding the...

I think that would make sense, yes. Do you want to provide a PR? 😇

Yes, feel free to create a PR! Adding a unit test should be fine, too!

You need to use version 0.4.3

I consider label creation out of scope for this action, as there is already at least one action that can take care of it. In my opinion it's better to...

We now have https://github.com/pascalgn/size-label-action#create-the-needed-labels which is maybe better than nothing. If you want to create a PR for this, feel free and I will have a look at it! 👍

Yes, that was also my first impression: It will require a lot of work. One problem I see is that during a Maven build, I think the class loader only...

That is actually a good idea, but it might lead to a bit more complicated configuration parsing in the Maven plugin. So maybe the Maven plugin would need to be...