I set up a config file like this - but even if User.php, Login.php are never touched, the Labeler will set all of them to any PR. Can someone tell me, why?
[...]
# Login class
Login:
- changed-files:
- any-glob-to-any-file:
- 'src/addons/project/lib/Login.php'
# User class
User:
- changed-files:
- any-glob-to-any-file:
- 'src/addons/project/lib/User.php'
# Contact class
Contact:
- changed-files:
- any-glob-to-any-file:
- 'src/addons/project/lib/Contact.php'
[...]