From 9fd9436a1511ac0fb69ac6ca2d389e9edc11e488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez=20Mor=C3=B3n?= Date: Thu, 21 Jul 2022 09:19:19 +0200 Subject: [PATCH] Avoid assigning reviewers for the bitnami-bot PRs (#263) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Gómez --- .github/workflows/triage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 2c1f1b6b3c87..ac452eb1a77a 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -38,6 +38,7 @@ jobs: # creating env variable "on the fly" echo "TRIAGE_TEAM_STRING=$TRIAGE_TEAM_STRING" >> $GITHUB_ENV - name: Assign to a person to work on it + if: ${{ github.actor != 'bitnami-bot' }} uses: pozil/auto-assign-issue@v1.7.3 with: numOfAssignee: 1