chore: Update workflow notification settings (#1990)

This commit is contained in:
Alex Kremer
2025-04-04 15:51:13 +01:00
committed by GitHub
parent 91484c64e4
commit 6896a2545a
3 changed files with 3 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ jobs:
delete-branch: true
title: "style: clang-tidy auto fixes"
body: "Fixes #${{ steps.create_issue.outputs.created_issue_id }}. Please review and commit clang-tidy fixes."
reviewers: "cindyyan317,godexsoft,kuznetsss"
reviewers: "godexsoft,kuznetsss,PeterChen13579"
- name: Fail the job
if: ${{ steps.run_clang_tidy.outcome != 'success' }}