From d9b50731111618203235e233d3fff7ac73cde921 Mon Sep 17 00:00:00 2001 From: John Cambefort <104777386+johncardiologs@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:45:02 -0800 Subject: [PATCH] fix(action.yaml): add ignore_dependabot input (#536) --- action.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yaml b/action.yaml index c5e9bb3..0c24cac 100644 --- a/action.yaml +++ b/action.yaml @@ -17,6 +17,11 @@ inputs: description: Enable checking for dependencies in issues default: off + ignore_dependabot: + required: false + description: Ignore Dependabot PRs. + default: off + keywords: required: false description: A comma-separated list of keywords