Adding fmulero's feedback

Signed-off-by: Alejandro Gómez <morona@vmware.com>
This commit is contained in:
Alejandro Gómez
2022-09-14 11:49:33 +02:00
parent 8a9c383934
commit fa2e0bc295
+2 -8
View File
@@ -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: