Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AutoMod: convert value to str to validate regex
Previously something like "combined_karma: 0" would not be able to be validated against the regex, because the yaml parser would have made the value into an int, and regex can only be applied to strings.
- Loading branch information