From 9af672cf89cd87d65d4fefb135eebbb98371e5af Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Tue, 17 Sep 2024 15:57:14 +0200 Subject: [PATCH] mark `with_accelerator` setting in `[submitted_job_comments]`' section as required --- eessi_bot_event_handler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eessi_bot_event_handler.py b/eessi_bot_event_handler.py index ac943fa..00a1db8 100644 --- a/eessi_bot_event_handler.py +++ b/eessi_bot_event_handler.py @@ -97,7 +97,8 @@ config.REPO_TARGETS_SETTING_REPOS_CFG_DIR], # required config.SECTION_SUBMITTED_JOB_COMMENTS: [ config.SUBMITTED_JOB_COMMENTS_SETTING_INITIAL_COMMENT, # required - config.SUBMITTED_JOB_COMMENTS_SETTING_AWAITS_RELEASE] # required + config.SUBMITTED_JOB_COMMENTS_SETTING_AWAITS_RELEASE, # required + config.SUBMITTED_JOB_COMMENTS_SETTING_WITH_ACCELERATOR], # required }