-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use encoding/csv to when parsing selector record (#4515)
* Use encoding/csv to when parsing selector record `encoding/csv` allows us to handle selectors with commas in them which our naive parser embarassingly didn't such as: ``` repository.properties['github/primary_language'] in ['TypeScript', 'Go' ``` Fixes: #4514 * Enable LazyQuotes in the CSV parser to handle uneven quoting * Use backticks to avoid escaping quotes
- Loading branch information
Showing
2 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters