crazy-max / ghaction-github-labeler

GitHub Action to manage labels on GitHub
https://github.com/marketplace/actions/github-labeler
MIT License
143 stars 17 forks source link

Fix label rename #121

Closed jvalkeal closed 3 years ago

jvalkeal commented 3 years ago

Tried to run action from my fork and these little changes worked well.

codecov[bot] commented 3 years ago

Codecov Report

Merging #121 (e7098a7) into master (3fada34) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   60.13%   60.13%           
=======================================
  Files           2        2           
  Lines         148      148           
  Branches       22       22           
=======================================
  Hits           89       89           
  Misses         45       45           
  Partials       14       14           
Impacted Files Coverage Δ
src/labeler.ts 58.08% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3fada34...e7098a7. Read the comment docs.

jvalkeal commented 3 years ago

Not sure what that validate does as was is related to previous commit.