Avoid assigning reviewers for the bitnami-bot PRs (#11292)

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2022-07-21 09:31:33 +02:00
committed by GitHub
parent 46456d4858
commit 03f9469937

View File

@@ -38,6 +38,7 @@ jobs:
# creating env variable "on the fly"
echo "TRIAGE_TEAM_STRING=$TRIAGE_TEAM_STRING" >> $GITHUB_ENV
- name: Assign to a person to work on it
if: ${{ github.actor != 'bitnami-bot' }}
uses: pozil/auto-assign-issue@v1.7.3
with:
numOfAssignee: 1
@@ -46,7 +47,7 @@ jobs:
# teams: XXX
repo-token: "${{ secrets.GHPROJECT_TOKEN }}"
- name: Send to the board
if: ${{ github.actor != 'bitnami-bot' }}
if: ${{ github.actor != 'bitnami-bot' }}
uses: peter-evans/create-or-update-project-card@v2
with:
project-name: Support
@@ -61,4 +62,4 @@ jobs:
repo-token: "${{ secrets.GHPROJECT_TOKEN }}"
add-labels: ${{ (!contains(fromJson(env.BITNAMI_TEAM), github.actor)) && 'triage' || 'bitnami' }}
# For reopened issues
remove-labels: "solved"
remove-labels: "solved"