Skip to content

Commit 4629594

Browse files
authored
feat(filter-paths): add glob input to filter-paths to allow filtering by glob instead of substr (#33)
1 parent 342ab16 commit 4629594

29 files changed

+13595
-3455
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ inputs:
9191
number_of_assignees:
9292
description: 'Number of people to assign a PR to'
9393
required: false
94+
globs:
95+
description: 'A list of file paths (newline/comma separated) using glob syntax'
96+
required: false
9497
outputs:
9598
output:
9699
description: 'The output of the helper'

dist/118.index.js

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)