Commit 56c6de2
ci: fix pullapprove to match hidden files and directories (#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 #465201 parent d0d930e commit 56c6de2
1 file changed
Lines changed: 228 additions & 227 deletions
0 commit comments