mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 06:48:01 +08:00
Changing token for workflow (#11278)
* Adding workflows for the support by using the GH board Signed-off-by: Alejandro Gómez <morona@vmware.com> * Fixing typo and GH payload for cards Signed-off-by: Alejandro Gómez <morona@vmware.com> * Setting properly the support team Signed-off-by: Alejandro Gómez <morona@vmware.com> * Adding prefix [Support] to all the Support actions Signed-off-by: Alejandro Gómez <morona@vmware.com> * Fixing a typo in the payload structure Signed-off-by: Alejandro Gómez <morona@vmware.com> * Adding auto-labeling Signed-off-by: Alejandro Gómez <morona@vmware.com> * Updating the proper token to be able to do assignations on PRs Signed-off-by: Alejandro Gómez <morona@vmware.com> * Fixing merging conflict Signed-off-by: Alejandro Gómez <morona@vmware.com>
This commit is contained in:
committed by
GitHub
parent
e18d1dc241
commit
5cd6803e8d
2
.github/workflows/moving-cards.yml
vendored
2
.github/workflows/moving-cards.yml
vendored
@@ -75,4 +75,4 @@ jobs:
|
||||
assignees: ${{ env.SUPPORT_TEAM_STRING }}
|
||||
removePreviousAssignees: true
|
||||
# teams: XXX
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
repo-token: "${{ secrets.GHPROJECT_TOKEN }}"
|
||||
4
.github/workflows/triage.yml
vendored
4
.github/workflows/triage.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
assignees: ${{ env.TRIAGE_TEAM_STRING }}
|
||||
removePreviousAssignees: false
|
||||
# teams: XXX
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
repo-token: "${{ secrets.GHPROJECT_TOKEN }}"
|
||||
- name: Send to the board
|
||||
if: ${{ github.actor != 'bitnami-bot' }}
|
||||
uses: peter-evans/create-or-update-project-card@v2
|
||||
@@ -60,4 +60,4 @@ jobs:
|
||||
with:
|
||||
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