From 4e839688f83c400e6cfa21e463f90230cc18043c Mon Sep 17 00:00:00 2001 From: jupblb Date: Fri, 5 Jun 2026 10:06:47 +0200 Subject: [PATCH] Count proto-review author as self-review --- .github/workflows/proto-review.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/proto-review.yaml b/.github/workflows/proto-review.yaml index 4e4ee0fb..e3001257 100644 --- a/.github/workflows/proto-review.yaml +++ b/.github/workflows/proto-review.yaml @@ -23,6 +23,9 @@ jobs: - scip.proto teams: - all-of: - - '@jupblb' - - '@CatherineGasnier' - - '@jamydev' + - is-author-or-reviewer: + - '@jupblb' + - is-author-or-reviewer: + - '@CatherineGasnier' + - is-author-or-reviewer: + - '@jamydev'