ci: Don't use team-reviewers because creating PAT is too difficult (#2117)

This commit is contained in:
Ayaz Salikhov
2025-05-14 14:35:32 +01:00
committed by GitHub
parent 0a7ce8c5be
commit e835ad8b57
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,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."
team-reviewers: XRPLF/clio-dev-team
reviewers: "godexsoft,kuznetsss,PeterChen13579,mathbunnyru"
- name: Fail the job
if: ${{ steps.run_clang_tidy.outcome != 'success' }}

View File

@@ -36,4 +36,4 @@ jobs:
title: Update pre-commit hooks
commit-message: "style: update pre-commit hooks"
body: Update versions of pre-commit hooks to latest version.
team-reviewers: XRPLF/clio-dev-team
reviewers: "godexsoft,kuznetsss,PeterChen13579,mathbunnyru"