Merge pull request #5041 from blackpiglet/remove-issue-triage-action

Delete opened issues triage action.
This commit is contained in:
Daniel Jiang
2022-06-23 17:27:21 +08:00
committed by GitHub
2 changed files with 1 additions and 15 deletions
@@ -1,15 +0,0 @@
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 Board"
column: "New"
repo-token: ${{ secrets.GH_TOKEN }}
+1
View File
@@ -0,0 +1 @@
Delete opened issues triage action.