From f8ef09e1f9659468d29005aabb2638f94eb612d6 Mon Sep 17 00:00:00 2001 From: Norbert Manthey Date: Tue, 27 Oct 2020 09:38:17 +0100 Subject: [PATCH] one-line-cr-bot: do not fail after commenting When the bot finds defects, it should comment and afterwards successfully finish, without blocking merges. This change implements this feature. Signed-off-by: Norbert Manthey --- .github/workflows/one-line-cr-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/one-line-cr-bot.yml b/.github/workflows/one-line-cr-bot.yml index 71de161a..f65c666e 100644 --- a/.github/workflows/one-line-cr-bot.yml +++ b/.github/workflows/one-line-cr-bot.yml @@ -77,7 +77,7 @@ jobs: IGNORE_ERRORS: false INSTALL_MISSING: true OVERRIDE_ANALYSIS_ERROR: true - POST_TO_GITHUB_PR: true + POST_TO_GITHUB_PR_ONLY: true REPORT_NEW_ONLY: true VERBOSE: 0 # >0 shows all currently present defects as well # We need access to the github token to be able to comment on the PR