From 6b90922bbef7926612dd8e61a64eb8e2bfe35c4a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 29 May 2022 20:20:56 +0000 Subject: [PATCH] commit 24542f9e4a67bd94c83d7ce1ef20934ff4718d5b Author: Robert Kaussow Date: Sun May 29 22:18:37 2022 +0200 chore: use required cli flags instead of manual validation (#108) --- data/data.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/data.yaml b/data/data.yaml index 66ac850..2d5bcf6 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -3,7 +3,7 @@ properties: api_key: description: Personal Access token to access the GitHub API. type: string - required: false + required: true base_url: description: API URL. Only need to be changed for GitHub enterprise in most cases @@ -17,9 +17,9 @@ properties: required: false message: - description: File or string that contains the comment text. + description: Path to file or string that contains the comment text. type: string - required: false + required: true update: description: Enables update of an existing comment that matches the key.