Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use regex comparing
~=
for release-v*
branch checking
It seems that `base=release-v*` does not match the `release-v3.10` branch for some reason. Maybe a Mergify update requires stricter checking of strings, and only allows the `~=` operator for regular expressions now? Regular expressions like `base~=^(devel)|(release-.+)$` seem to match for `release-3.10`, so let's use that notation everywhere. Signed-off-by: Niels de Vos <[email protected]>
- Loading branch information