From 51b4cd05c39bc3f1e165a704db8e05c976a2c34a Mon Sep 17 00:00:00 2001 From: Tal Date: Thu, 7 Mar 2024 10:01:40 +0200 Subject: [PATCH] Update CI_FEEDBACK.md --- docs/CI_FEEDBACK.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CI_FEEDBACK.md b/docs/CI_FEEDBACK.md index 7e14df78..ee92a64f 100644 --- a/docs/CI_FEEDBACK.md +++ b/docs/CI_FEEDBACK.md @@ -29,3 +29,4 @@ where `{repo_name}` is the name of the repository, `{run_number}` is the run num - `excluded_checks_list` - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list. - `persistent_comment` - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true. - `enable_help_text=true` - if set to true, the tool will provide a help message when a user comments "/checks" on a PR. Default is true. +- `final_update_message` - if `persistent_comment` is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.