From cb273ae46991a72149efc34c0634a90072b0298b Mon Sep 17 00:00:00 2001 From: Xun Jiang Date: Wed, 22 Jun 2022 10:38:28 +0800 Subject: [PATCH] Delete opened issues triage action. Because the column and project specified by this action do not exist anymore, and Velero team doesn't use this action to assign issue and triage anymore, remove this action. Signed-off-by: Xun Jiang --- .github/workflows/opened-issues-triage.yml | 15 --------------- changelogs/unreleased/5041-jxun | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .github/workflows/opened-issues-triage.yml create mode 100644 changelogs/unreleased/5041-jxun diff --git a/.github/workflows/opened-issues-triage.yml b/.github/workflows/opened-issues-triage.yml deleted file mode 100644 index f81443a3a..000000000 --- a/.github/workflows/opened-issues-triage.yml +++ /dev/null @@ -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 }} diff --git a/changelogs/unreleased/5041-jxun b/changelogs/unreleased/5041-jxun new file mode 100644 index 000000000..eeb5524f7 --- /dev/null +++ b/changelogs/unreleased/5041-jxun @@ -0,0 +1 @@ +Delete opened issues triage action. \ No newline at end of file