[bitnami/*]Use github token to reduce the number of labeled events (#4452)

Use github token to reduce the number of labeled events

Signed-off-by: Fran Mulero <fmulero@vmware.com>

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2022-08-29 19:03:08 +02:00
committed by GitHub
parent 0ca31e2356
commit 5294aba580
3 changed files with 0 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ jobs:
# Only if moved into Solved
uses: andymckay/labeler@1.0.4
with:
repo-token: "${{ secrets.BITNAMI_BOT_TOKEN }}"
add-labels: ${{ (!contains(fromJson(env.BITNAMI_TEAM), github.actor)) && 'triage' || 'bitnami' }}
# For reopened issues
remove-labels: "solved"