gagoar / use-herald-action

GitHub action to add reviewers, subscribers, labels, and assignees to your PR. You can validate your PR template as well.
https://gagoar.github.io/use-herald-action/
MIT License
53 stars 7 forks source link

Invalid regular expressions when parsing `.patch` files #451

Open jnwng opened 3 years ago

jnwng commented 3 years ago

when attempting to run on PRs that have .patch files, we hit an error somewhere:

2021-07-21T18:33:47.585Z use-herald-action:index We found an error calling GitHub: SyntaxError: Invalid regular expression: /packages/snowpack/patches/react-dates++react-portal+4.2.0.patch/: Nothing to repeat

you can generate the patches with patch-package to reproduce