Skip to content

Commit

Permalink
Update assign-to-support-project.yml
Browse files Browse the repository at this point in the history
fix GHA version
  • Loading branch information
bdech authored Dec 30, 2024
1 parent 18a37d0 commit 70eba01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/assign-to-support-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Add issue to Support Tickets column
uses: actions/add-to-project@v2
uses: actions/add-to-project@1.0.2
if: |
github.event.action == 'opened' &&
contains(github.event.issue.labels.*.name, 'Platform-Support-Ticket')
Expand All @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Add issue to Platform Onboarding column
uses: actions/add-to-project@v2
uses: actions/add-to-project@1.0.2
if: |
github.event.action == 'opened' &&
(contains(github.event.issue.labels.*.name, 'new-vfs-team') ||
Expand All @@ -33,7 +33,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Add issue to Access Requests column
uses: actions/add-to-project@v2
uses: actions/add-to-project@1.0.2
if: |
github.event.action == 'opened' &&
contains(github.event.issue.labels.*.name, 'T1-access-request')
Expand All @@ -44,7 +44,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Add issue to Offboarding column
uses: actions/add-to-project@v2
uses: actions/add-to-project@1.0.2
if: |
github.event.action == 'opened' &&
contains(github.event.issue.labels.*.name, 'Offboarding')
Expand Down

0 comments on commit 70eba01

Please sign in to comment.