Skip to content

Commit

Permalink
Merge pull request #8 from Blissful89/feature/add-custom-ignore-match…
Browse files Browse the repository at this point in the history
…er-action-input

chore: update action.yml
  • Loading branch information
rehlma authored Nov 20, 2024
2 parents c0adc82 + 5a616af commit 5d17d23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ inputs:
Example: {'js': ['//', '/*'], 'py': ['#']}"
required: false
default: '{}'
custom_ignore_matcher:
description: "Add custom regex to ignore TODOs that match in the same line.\
Example: my-issue-website.com"
required: false

runs:
using: 'node20'
Expand Down

0 comments on commit 5d17d23

Please sign in to comment.