-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update assign-to-support-project.yml
Remove additional move steps. Multiple columns not support. Will need to create separate workflow files
- Loading branch information
Showing
1 changed file
with
0 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|