Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix author matching in Mergify configuration (#4851)
Fix the Mergify operator for author condition. The current value for `author` is meant to be a regexp so the `~=` operator must be used to match it, not just `=`.
- Loading branch information