From d3370c023a80205b78d18489e36157ce73694908 Mon Sep 17 00:00:00 2001 From: Marco van Harten Date: Wed, 20 Nov 2024 16:22:24 +0100 Subject: [PATCH 1/2] chore: update action.yml The action correctly validates picks up custom_ignore_matcher, but still warns because it is not present in the action.yml input --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 744cab3..cc12b4e 100644 --- a/action.yml +++ b/action.yml @@ -37,6 +37,11 @@ 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' From 5a616afbb1b2b377df05445488f548b571f83ddc Mon Sep 17 00:00:00 2001 From: Marco van Harten Date: Wed, 20 Nov 2024 16:24:01 +0100 Subject: [PATCH 2/2] chore: format files --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index cc12b4e..e4eac3f 100644 --- a/action.yml +++ b/action.yml @@ -38,8 +38,7 @@ inputs: required: false default: '{}' custom_ignore_matcher: - description: "Add custom regex to ignore TODOs that match in the same - line.\ + description: "Add custom regex to ignore TODOs that match in the same line.\ Example: my-issue-website.com" required: false