Skip to content

Commit

Permalink
Merge pull request #76 from dluftspring/feat/support-regex-searches
Browse files Browse the repository at this point in the history
Allow Users to Search for Comments with Regex
  • Loading branch information
peter-evans committed Nov 29, 2022
2 parents 1c328ad + 10a5062 commit 66c9dbd
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 64 deletions.
4 changes: 3 additions & 1 deletion action.yml
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 66c9dbd

Please sign in to comment.