diff --git a/README.md b/README.md index 2eb0de7..8af58a9 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,13 @@ no_build_permission_comment = The `bot: build ...` command has been used by user `no_build_permission_comment` defines a comment (template) that is used when the account trying to trigger build jobs has no permission to do so. +``` +allow_update_submit_opts = false +``` +`allow_update_submit_opts` determines whether or not to allow updating the submit +options via custom module `det_submit_opts` provided by the pull request being +processed. + #### `[bot_control]` section diff --git a/app.cfg.example b/app.cfg.example index b65ada6..25abf91 100644 --- a/app.cfg.example +++ b/app.cfg.example @@ -10,6 +10,7 @@ # author: Jonas Qvigstad (@jonas-lq) # author: Pedro Santos Neves (@Neves-P) # author: Thomas Roeblitz (@trz42) +# author: Sam Moors (@smoors) # # license: GPLv2 # diff --git a/eessi_bot_event_handler.py b/eessi_bot_event_handler.py index a94e078..ac943fa 100644 --- a/eessi_bot_event_handler.py +++ b/eessi_bot_event_handler.py @@ -13,6 +13,7 @@ # author: Lara Ramona Peeters (@laraPPr) # author: Thomas Roeblitz (@trz42) # author: Pedro Santos Neves (@Neves-P) +# author: Sam Moors (@smoors) # # license: GPLv2 # diff --git a/tasks/build.py b/tasks/build.py index 903800b..a967ef7 100644 --- a/tasks/build.py +++ b/tasks/build.py @@ -12,6 +12,7 @@ # author: Lara Ramona Peeters (@laraPPr) # author: Pedro Santos Neves (@Neves-P) # author: Thomas Roeblitz (@trz42) +# author: Sam Moors (@smoors) # # license: GPLv2 # diff --git a/tools/config.py b/tools/config.py index 6675fd8..da8a287 100644 --- a/tools/config.py +++ b/tools/config.py @@ -10,6 +10,7 @@ # author: Jacob Ziemke (@jacobz137) # author: Jonas Qvigstad (@jonas-lq) # author: Thomas Roeblitz (@trz42) +# author: Sam Moors (@smoors) # # license: GPLv2 #