Skip to content

Commit

Permalink
Update assign-to-support-project.yml
Browse files Browse the repository at this point in the history
Remove additional move steps. Multiple columns not support. Will need to create separate workflow files
  • Loading branch information
bdech authored Dec 31, 2024
1 parent cb0768b commit 62c7417
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/assign-to-support-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
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/[email protected]
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


0 comments on commit 62c7417

Please sign in to comment.