size-label-action
size-label-action copied to clipboard
Fix ignored paths check
Seems since using files API in #54, IGNORED stopped to work. I added tests to confirm and it seems path.slice(2) inside isIgnored is not needed anymore as the Diff adding extra chars is not used.
@pascalgn, @levsa 👀
Hey! I also ran into this recently after updating from 0.5.0, thanks for implementing!
Hey! I also ran into this recently after updating from 0.5.0, thanks for implementing!
I temporarily use my fork directly in the repo and you can try as well: mat3e/size-label-action@main 👍🏻
Thanks for the PR, it's merged now! 👍