ci: Use XRPLF/clio-dev-team as team-reviewers, update assignees (#2113)

This commit is contained in:
Ayaz Salikhov
2025-05-14 13:06:01 +01:00
committed by GitHub
parent a4f677be2c
commit ca2a3ccee9
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ inputs:
assignees:
description: Comma-separated list of assignees
required: true
default: "godexsoft,kuznetsss,PeterChen13579"
default: "godexsoft,kuznetsss,PeterChen13579,mathbunnyru"
outputs:
created_issue_id:

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."
reviewers: "godexsoft,kuznetsss,PeterChen13579"
team-reviewers: XRPLF/clio-dev-team
- 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.
reviewers: "godexsoft,kuznetsss,PeterChen13579,mathbunnyru"
team-reviewers: XRPLF/clio-dev-team