mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-21 07:24:19 +00:00
16 lines
350 B
YAML
16 lines
350 B
YAML
name: Move new issues into Triage
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
automate-project-columns:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: alex-page/github-project-automation-plus@v0.3.0
|
|
with:
|
|
project: "Velero Support Triage Board"
|
|
column: "Needs Triage"
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|