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:
Alejandro Gómez Morón
2022-07-20 16:35:22 +02:00
committed by GitHub
parent e18d1dc241
commit 5cd6803e8d
2 changed files with 3 additions and 3 deletions

View File

@@ -75,4 +75,4 @@ jobs:
assignees: ${{ env.SUPPORT_TEAM_STRING }}
removePreviousAssignees: true
# teams: XXX
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GHPROJECT_TOKEN }}"

View File

@@ -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"