diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2022-10-28 17:41:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 17:41:59 +0200 |
commit | b52ee4d0d87e0cbc87e1d293be8f510d72bdb7d2 (patch) | |
tree | bf5bff3dbd6d8c8a54dfab8498685986ecb5583f /.github | |
parent | 7bbeea7e36a90e6512e434644a55b92ca5d522e2 (diff) |
fix(CI): improve previous commit
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/add-to-project.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 60df61bde8..139cb07915 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: | |