From fa2e0bc29518f9152f3f492e9ee7e6fce8f791b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Wed, 14 Sep 2022 11:49:33 +0200 Subject: [PATCH] Adding fmulero's feedback 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 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 3961e26..6d16160 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -10,17 +10,11 @@ on: - reopened - opened permissions: - repository-projects: write issues: write -# To fix the concurrency when for example more than one label is added -concurrency: - group: ${{ github.run_id }} - cancel-in-progress: false - jobs: - # For any opened or reopened issue, should be sent into Triage - send_to_board: + # For any opened or reopened issue, should be assign to a team member + team_assignation: if: ${{ github.actor != 'bitnami-bot' }} runs-on: ubuntu-latest steps: