Skip to content

Commit

Permalink
Merge pull request #282 from boegel/with_accelerator_required
Browse files Browse the repository at this point in the history
mark `with_accelerator` setting in `[submitted_job_comments]` section as required
  • Loading branch information
trz42 authored Sep 17, 2024
2 parents 7733f23 + 9af672c commit a0c7591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eessi_bot_event_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit a0c7591

Please sign in to comment.