From c588686434259064269a12003d51fd9952040ce8 Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Wed, 4 Dec 2024 18:41:58 +0000 Subject: [PATCH] further cleaning --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 81a16c7..1dd3dd8 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -141,8 +141,8 @@ jobs: The following checks failed: ${failedStepsDetails} ` : ` - ## Code Quality Checks Failed - No checks failed. + ## Code Quality Checks + All code quality checks passed. `; const { data: comments } = await github.rest.issues.listComments({ issue_number: context.issue.number,