esc-reporting/esc-analyze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 69764ef41ddc342c2c74cdc4432f6d0f615ddecd Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Thu Oct 5 14:21:08 2023 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Oct 5 14:21:08 2023 +0200 esc-analyze: Add reviewers only in master patches Change-Id: Id2162becadbe627baa59d19fe8d29e8b1fb03e70 diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py index 30b3283b..2dd329da 100755 --- a/esc-reporting/esc-analyze.py +++ b/esc-reporting/esc-analyze.py @@ -791,7 +791,7 @@ def analyze_reports(): automateList['gerrit']['to_abandon_abandon'][entry['id']] = patchset else: automateList['gerrit']['to_abandon_comment'][entry['id']] = patchset - if cntReview == 0 and not statList['people'][ownerEmail]['isCommitter']: + if cntReview == 0 and not statList['people'][ownerEmail]['isCommitter'] and row['branch'] == 'master': tmpListToReview.append({'id': entry['id'], 'patchset': patchset}) for rowTmp in tmpListToReview: