From 7bbeea7e36a90e6512e434644a55b92ca5d522e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Fri, 28 Oct 2022 17:35:53 +0200 Subject: [PATCH] fix(CI): correct auto-assign-projects --- .github/workflows/add-to-project.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 9cfdf1a5e..60df61bde 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -13,11 +13,10 @@ jobs: runs-on: ubuntu-latest name: Assign to One Project steps: - - name: Assign issues and pull requests with `bug` label to project 3 + - name: Assign issues with `1-19` label to their project uses: srggrs/assign-one-project-github-action@1.2.1 if: | contains(github.event.issue.labels.*.name, '1-19') with: project: 'https://github.com/azerothcore/azerothcore-wotlk/projects/14' - column_name: 'Labeled'