diff --git a/.github/workflows/add-new-item-to-project.yml b/.github/workflows/add-new-item-to-project.yml index 4ca289ab9..77c4cdfe5 100644 --- a/.github/workflows/add-new-item-to-project.yml +++ b/.github/workflows/add-new-item-to-project.yml @@ -1,6 +1,11 @@ name: 🤖Add New Issue To Project +defaults: + run: + shell: pwsh + + on: pull_request: types: opened diff --git a/Testing/VelaptorTests/VelaptorTests.csproj b/Testing/VelaptorTests/VelaptorTests.csproj index 2db7b1af4..1676c5122 100644 --- a/Testing/VelaptorTests/VelaptorTests.csproj +++ b/Testing/VelaptorTests/VelaptorTests.csproj @@ -116,7 +116,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -135,7 +135,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Velaptor.sln b/Velaptor.sln index e79ba5578..068056bf2 100644 --- a/Velaptor.sln +++ b/Velaptor.sln @@ -29,7 +29,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VelaptorTests", "Testing\Ve EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{CE2DE8AE-0037-4159-AE95-14D261BF9122}" ProjectSection(SolutionItems) = preProject - .github\workflows\add-new-issue-to-project.yml = .github\workflows\add-new-issue-to-project.yml .github\workflows\build-status-check.yml = .github\workflows\build-status-check.yml .github\workflows\prepare-release.yml = .github\workflows\prepare-release.yml .github\workflows\release.yml = .github\workflows\release.yml @@ -39,6 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{ .github\workflows\sync-status-check.yml = .github\workflows\sync-status-check.yml .github\workflows\triage-issue.yml = .github\workflows\triage-issue.yml .github\workflows\unit-test-status-check.yml = .github\workflows\unit-test-status-check.yml + .github\workflows\add-new-item-to-project.yml = .github\workflows\add-new-item-to-project.yml EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeasureTextPerf", "Performance\MeasureTextPerf\MeasureTextPerf.csproj", "{8690A40A-D3B2-488B-92B6-5771C21010E0}"