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,