mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 04:55:22 +00:00
Fix project automation (#3089)
* Fix project automation Signed-off-by: Carlisia <carlisia@vmware.com> * Case sensitive Signed-off-by: Carlisia <carlisia@vmware.com>
This commit is contained in:
committed by
GitHub
parent
a1e182e723
commit
8edf100186
4
.github/workflows/opened-issues-triage.yml
vendored
4
.github/workflows/opened-issues-triage.yml
vendored
@@ -11,5 +11,5 @@ jobs:
|
||||
- uses: alex-page/github-project-automation-plus@v0.3.0
|
||||
with:
|
||||
project: "Velero Support Triage Board"
|
||||
column: "Needs Triage"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
column: "Needs triage"
|
||||
repo-token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user