From bc96964b2a963703bace4b8df534fab97d9d12b3 Mon Sep 17 00:00:00 2001 From: Merel Theisen <49397448+merelcht@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:50:25 +0100 Subject: [PATCH] Remove broken action to move issues to column (#4300) Signed-off-by: Merel Theisen --- .github/workflows/wizard-board.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/wizard-board.yml diff --git a/.github/workflows/wizard-board.yml b/.github/workflows/wizard-board.yml deleted file mode 100644 index afe5822f3c..0000000000 --- a/.github/workflows/wizard-board.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Move to Needs more info on Wizard Board - -on: - issues: - types: [labeled] -jobs: - Move_Labeled_Issue_On_Wizard_Board: - runs-on: ubuntu-latest - steps: - - uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0 - with: - action-token: "${{ secrets.GITHUB_TOKEN }}" - project-url: "https://github.com/orgs/kedro-org/projects/10" - column-name: "Needs more info" - label-name: "support: needs more info" - columns-to-ignore: ""