From 62c7417c1b149eb1009f9e5b389b32269fddbbdc Mon Sep 17 00:00:00 2001 From: Brandon Dech <135037265+bdech@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:45:56 -0500 Subject: [PATCH] Update assign-to-support-project.yml Remove additional move steps. Multiple columns not support. Will need to create separate workflow files --- .../workflows/assign-to-support-project.yml | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/assign-to-support-project.yml b/.github/workflows/assign-to-support-project.yml index 8750046467b..18ffe140f69 100644 --- a/.github/workflows/assign-to-support-project.yml +++ b/.github/workflows/assign-to-support-project.yml @@ -28,29 +28,3 @@ jobs: project-url: https://github.com/orgs/department-of-veterans-affairs/projects/1408 target-labels: T1-access-request target-column: Access Requests - - - name: Move Issue to Platform Onboarding Column - uses: m7kvqbe1/github-action-move-issues@v1.1.2 - with: - github-token: ${{ secrets.BOT_GITHUB_TOKEN }} - project-url: https://github.com/orgs/department-of-veterans-affairs/projects/1408 - target-labels: new-vfs-team, new-vfs-team-member - target-column: Platform Onboarding - - - name: Move Issue to Offboarding Column - uses: m7kvqbe1/github-action-move-issues@v1.1.2 - with: - github-token: ${{ secrets.BOT_GITHUB_TOKEN }} - project-url: https://github.com/orgs/department-of-veterans-affairs/projects/1408 - target-labels: Offboarding - target-column: Offboarding - - - name: Move Issue to Support Tickets Column - uses: m7kvqbe1/github-action-move-issues@v1.1.2 - with: - github-token: ${{ secrets.BOT_GITHUB_TOKEN }} - project-url: https://github.com/orgs/department-of-veterans-affairs/projects/1408 - target-labels: Platform-Support-Ticket - target-column: Support Tickets - -