From 4a70582cd538d3e6cc5c1de886e5576287d649f4 Mon Sep 17 00:00:00 2001 From: alstr Date: Sun, 28 Mar 2021 12:18:26 +0100 Subject: [PATCH] Update inputs --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yml b/action.yml index 15f44ce..0750c37 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,12 @@ inputs: TOKEN: description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)" required: true + LABEL: + description: "The label that will be used to identify TODO comments (deprecated)" + required: false + COMMENT_MARKER: + description: "The marker used to signify a line comment in your code (deprecated)" + required: false CLOSE_ISSUES: description: "Optional input that specifies whether to attempt to close an issue when a TODO is removed" required: true