Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix github-pr-title-lint script github PR page parsing error
Added an explicit `response.setEncoding('utf8')` to make sure the http response data encoding is set to utf8 (otherwise we fail to parse the title because the separator character would not be the one we expect).
- Loading branch information