From ca99f3d42dd6330cd92b069ff6da872da42e56dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Fri, 19 Jan 2024 13:37:16 -0500 Subject: [PATCH] ci: fix the project URL for srggrs/assign-one-project-github-action (#2054) --- .github/workflows/ux-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ux-issues.yml b/.github/workflows/ux-issues.yml index 1d9cb04b7..7c59e5767 100644 --- a/.github/workflows/ux-issues.yml +++ b/.github/workflows/ux-issues.yml @@ -12,9 +12,9 @@ jobs: name: Assign to the Kubefirst Action Project steps: - - name: Assign issues with the UX label to the project and + - name: Assign issues with the UX label to the project and no status column uses: srggrs/assign-one-project-github-action@1.3.1 if: contains(github.event.issue.labels.*.name, 'ux') with: - project: 'https://github.com/orgs/kubefirst/projects/7/views/6' + project: 'https://github.com/orgs/kubefirst/projects/7' column_name: 'No Status'