Skip to content

Commit

Permalink
Update assign-to-support-project.yml (#99692)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdech authored Dec 27, 2024
1 parent 7fd4052 commit cd0db99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assign-to-support-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Assign to Support Project board
on:
issues:
types: [opened]
env:
MY_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

jobs:
assign-to-support-project:
Expand All @@ -20,8 +22,6 @@ jobs:
with:
project: 'https://github.com/orgs/department-of-veterans-affairs/projects/1408'
column_name: 'Support Tickets'
env:
MY_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
- name: Add issues with `new-vfs-team` and `new-vfs-team-member` label to Platform Support project Platform Onboarding column
uses: srggrs/[email protected]
if: |
Expand Down

0 comments on commit cd0db99

Please sign in to comment.