Feature Request: Regular expression support for files_to_ignore parameter
Alton09 opened this issue · 6 comments
Alton09 commented
It would be great if user's could include a regular expression for the files_to_ignore
parameter. For example if you wanted to exlclude test classes from the size counting you could add something like this...
files_to_ignore: '*Test*'
mediamartin commented
This seems the same issue;
wundo commented
@mediamartin #50 did not fix this issue :(
Aavache commented
FYI, you can refer to the specific commit where #50 was implemented in your workflow:
jobs:
labeler:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: codelytv/pr-size-labeler@d269449310fe33526c56b2dfe6244e3a9f489b15
Once this is applied, the regex seems to work fine for me :)