Skip to content

Too many labels get applied even if the file didn't change at all. #918

@AWqxKAWERbXo

Description

@AWqxKAWERbXo

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'

[...]

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions