Skip to content

Migrate GitHub PR Collector to npm lib#1132

Merged
mikepenz merged 12 commits intodevelopfrom
feature/pr_collector_as_lib
Jun 4, 2023
Merged

Migrate GitHub PR Collector to npm lib#1132
mikepenz merged 12 commits intodevelopfrom
feature/pr_collector_as_lib

Conversation

@mikepenz
Copy link
Owner

@mikepenz mikepenz commented Jun 3, 2023

  • move pr collection into npm module
    (publish without any furhter notes or docs)
  • refactor action to use npm dependency

  (publish without any furhter notes or docs)
- refactor action to use npm dependency
@mikepenz mikepenz force-pushed the feature/pr_collector_as_lib branch from 76b8981 to e7dc266 Compare June 3, 2023 11:23
): RegexTransformer | null {
try {
return {
pattern: new RegExp(regex.pattern.replace('\\\\', '\\'), regex.flags ?? 'gu'),

Check failure

Code scanning / CodeQL

Regular expression injection

This regular expression is constructed from a [GitHub Actions user input](1).
@mikepenz mikepenz merged commit b691df6 into develop Jun 4, 2023
@mikepenz mikepenz deleted the feature/pr_collector_as_lib branch June 4, 2023 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant