From b52ee4d0d87e0cbc87e1d293be8f510d72bdb7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Fri, 28 Oct 2022 17:41:59 +0200 Subject: [PATCH] fix(CI): improve previous commit --- .github/workflows/add-to-project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 60df61bde..139cb0791 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -3,8 +3,7 @@ name: Auto Assign to Project(s) on: issues: types: [opened, labeled] - issue_comment: - types: [created] + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -13,6 +12,7 @@ jobs: runs-on: ubuntu-latest name: Assign to One Project steps: + - name: Assign issues with `1-19` label to their project uses: srggrs/assign-one-project-github-action@1.2.1 if: |