Commit 0775332
ci: fix pullapprove to match hidden files and directories (angular#46520)
After some testing, and experiences in other PRs, it looks like
Pullapprove does not match hidden files/directories as their globbing
logic `wcmatch` does not enable the `DOTGLOB` flag.
See: https://facelessuser.github.io/wcmatch/glob/.
ng-dev is updated to reflect this with:
angular/dev-infra#642.
https://github.com/dropseed/pullapprove/blob/8a26c19346680cfcb8a635707257a74ee56b91ca/pullapprove/context/functions.py#L13
PR Close angular#465201 parent ff071bb commit 0775332
1 file changed
Lines changed: 228 additions & 227 deletions
0 commit comments