From 232ea46e82dc066cd104084e0287ff28637a82ae 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:50 +0200 Subject: [PATCH] Bumping the action version to assign PRs (#11563) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 5449210ad..a38942623 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 5fb07eec5..94d00d71e 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