Skip to content

Commit

Permalink
First stab at adding support for regex searching comments with body-r…
Browse files Browse the repository at this point in the history
…egex input
  • Loading branch information
dluftspring committed Nov 11, 2022
1 parent 1c328ad commit a329219
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 64 deletions.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ inputs:
description: 'The GitHub user name of the comment author.'
body-includes:
description: 'A string to search for in the body of comments.'
body-regex:
description: 'A regular expression to search for in the body of comments.'
direction:
description: 'Search direction, specified as `first` or `last`'
default: first
Expand All @@ -27,5 +29,5 @@ runs:
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'search'
icon: 'search'
color: 'gray-dark'

0 comments on commit a329219

Please sign in to comment.