Categories
Rules
Date
October 31, 2025
The conditions in the configuration file now allows for a glob operator for equality checks, like this: *-= .
Here are some examples:
- branch_name *= "release/*"
- label *= "team-*"
- files *= foobar/**/*.py