From 07bd0c8388c73eed0a8529854c97563ed02d1f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez=20Mor=C3=B3n?= Date: Thu, 4 Aug 2022 12:34:53 +0200 Subject: [PATCH] [bitnami/*] Bumping the action version to assign PRs (#1775) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Automated PRs created by the bitnami-bot should be ignored by any workflow related to support activities. Signed-off-by: Alejandro Gómez * Bumping the action version to assign PRs Signed-off-by: Alejandro Gómez --- .github/workflows/moving-cards.yml | 2 +- .github/workflows/triage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/moving-cards.yml b/.github/workflows/moving-cards.yml index 5449210ad585..a38942623ca3 100644 --- a/.github/workflows/moving-cards.yml +++ b/.github/workflows/moving-cards.yml @@ -67,7 +67,7 @@ jobs: - name: Assign to a person to work on it # Only if moved into In progress FROM Triage if: ${{ github.event.project_card.column_id == env.IN_PROGRESS_COLUMN_ID && github.event.changes != null && github.event.changes.column_id && github.event.changes.column_id.from == env.TRIAGE_COLUMN_ID }} - uses: pozil/auto-assign-issue@v1.7.3 + uses: pozil/auto-assign-issue@v1.9.0 with: numOfAssignee: 1 removePreviousAssignees: true diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 5fb07eec56e3..94d00d71e6c1 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -33,7 +33,7 @@ jobs: with: path: .github/workflows/ - name: Assign to a person to work on it - uses: pozil/auto-assign-issue@v1.7.3 + uses: pozil/auto-assign-issue@v1.9.0 with: numOfAssignee: 1 removePreviousAssignees: false