Tags: peter-evans/find-comment
Tags
feat: allow nth as a config input (#170) * feat: allow `nth` as a config input (#164) * refactor: remove dup implementation for first/last * remove `;` for linter * feat: add `nth` input config --------- Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com> * minor refactor and tests * update readme * ci test --------- Co-authored-by: Colin Kennedy <NiloCK@users.noreply.github.com>
feat: allow nth as a config input (#170) * feat: allow `nth` as a config input (#164) * refactor: remove dup implementation for first/last * remove `;` for linter * feat: add `nth` input config --------- Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com> * minor refactor and tests * update readme * ci test --------- Co-authored-by: Colin Kennedy <NiloCK@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/eslint-plugin (#109) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.48.2 to 5.49.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.49.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: search comment body using a regular expression (#77) * First stab at adding support for regex searching comments with body-regex input * false should have been true * Minor refactor and tests * Add ci test * Update readme Co-authored-by: dluftspring <daniel.luftspring@gmail.com>
PreviousNext