From 8be169baa5573190539e14f0c419e11a41591668 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Sun, 4 Aug 2024 11:28:14 +0200 Subject: [PATCH] fix: assign-to-one-project.yml --- .github/workflows/assign-to-one-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-to-one-project.yml b/.github/workflows/assign-to-one-project.yml index 58946546a..4fe0fd111 100644 --- a/.github/workflows/assign-to-one-project.yml +++ b/.github/workflows/assign-to-one-project.yml @@ -28,4 +28,4 @@ jobs: contains(github.event.pull_request.labels.*.name, 'bug') with: project: 'https://github.com/users/bitpredator/projects/4' - column_name: 'Labeled' \ No newline at end of file + column_name: 'New' \ No newline at end of file