From 651269e80276e2da4a6e8cb42fa03e1253a92c19 Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Tue, 27 May 2025 09:37:50 +0100 Subject: [PATCH] chore: remove duplicate PR reviewers within GH actions --- .github/workflows/respec.yaml | 2 +- .github/workflows/schema-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/respec.yaml b/.github/workflows/respec.yaml index e5982c9812..4eaef0a444 100644 --- a/.github/workflows/respec.yaml +++ b/.github/workflows/respec.yaml @@ -47,7 +47,7 @@ jobs: delete-branch: true path: deploy labels: Housekeeping - reviewers: darrelmiller,webron,earth2marsh,webron,lornajane,mikekistler,miqui,ralfhandl,handrews,karenetheridge + reviewers: darrelmiller,webron,earth2marsh,lornajane,mikekistler,miqui,ralfhandl,handrews,karenetheridge title: Update ReSpec-rendered specification versions commit-message: Update ReSpec-rendered specification versions signoff: true diff --git a/.github/workflows/schema-publish.yaml b/.github/workflows/schema-publish.yaml index 568990ea6e..aadbd1840a 100644 --- a/.github/workflows/schema-publish.yaml +++ b/.github/workflows/schema-publish.yaml @@ -52,7 +52,7 @@ jobs: delete-branch: true path: deploy labels: Housekeeping,Schema - reviewers: darrelmiller,webron,earth2marsh,webron,lornajane,mikekistler,miqui,ralfhandl,handrews,karenetheridge + reviewers: darrelmiller,webron,earth2marsh,lornajane,mikekistler,miqui,ralfhandl,handrews,karenetheridge title: '${{ github.ref_name }}: publish OpenAPI schema iterations' commit-message: New OpenAPI schema iterations signoff: true