Skip to content

Commit

Permalink
feat(filter-paths): add glob input to filter-paths to allow filteri…
Browse files Browse the repository at this point in the history
…ng by glob instead of substr (#33)
  • Loading branch information
aschwenn authored Dec 10, 2021
1 parent 342ab16 commit 4629594
Show file tree
Hide file tree
Showing 29 changed files with 13,595 additions and 3,455 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ inputs:
number_of_assignees:
description: 'Number of people to assign a PR to'
required: false
globs:
description: 'A list of file paths (newline/comma separated) using glob syntax'
required: false
outputs:
output:
description: 'The output of the helper'
Expand Down
265 changes: 0 additions & 265 deletions dist/118.index.js

This file was deleted.

Loading

0 comments on commit 4629594

Please sign in to comment.