mauroalderete / action-assign-labels

Assign labels to pull-request parsing conventional commits standard
MIT License
2 stars 1 forks source link

action fail when dependabot add dependencies label #75

Closed mauroalderete closed 1 year ago

mauroalderete commented 1 year ago

Describe the bug

When a commit begin with build(deps) or build(deps-dev) noun, dependabot add dependencies label, but the workflow does not support it now. Then, label assign fails.

What did you expect to see?

When a noun about deps appear, the label dependencies assigned for dependabot should be accept, almost as a fix.

What did you see instead?

The action finish with fail.

What did you do?

Add in workflow the dependencies label.