Hey there,
I've been looking around for a simple action to label my pull-request depending on their base branch.
I'm having an issue setting up this action, here's a few settings I tried:

Here's the log from the actions

As you can see, it's only adding "feature" label (which I assumed was an undocumented default config?)

I've tried to dig in the code a bit, but what I can't explain is why this line doesn't even appear in the action log: https://github.com/ffittschen/pr-branch-labeler/blob/master/src/main.ts#L20
Am I missing something ?
Cheers
Hey there,
I've been looking around for a simple action to label my pull-request depending on their base branch.
I'm having an issue setting up this action, here's a few settings I tried:
Here's the log from the actions
As you can see, it's only adding "feature" label (which I assumed was an undocumented default config?)
I've tried to dig in the code a bit, but what I can't explain is why this line doesn't even appear in the action log: https://github.com/ffittschen/pr-branch-labeler/blob/master/src/main.ts#L20
Am I missing something ?
Cheers