mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 15:38:00 +08:00
Avoid assigning reviewers for the bitnami-bot PRs (#11292)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
46456d4858
commit
03f9469937
5
.github/workflows/triage.yml
vendored
5
.github/workflows/triage.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user