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
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?)
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
The text was updated successfully, but these errors were encountered: