From 05d68de5fd5d1371b862bc4d4c5d7f2f7fb957a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 10:08:23 +0000 Subject: [PATCH] Bump actions/add-to-project from 0.3.0 to 0.4.1 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.3.0 to 0.4.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.3.0...v0.4.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/issues_handleLabel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issues_handleLabel.yml b/.github/workflows/issues_handleLabel.yml index f51628d3db..24ecdbef84 100644 --- a/.github/workflows/issues_handleLabel.yml +++ b/.github/workflows/issues_handleLabel.yml @@ -185,21 +185,21 @@ jobs: # Auto assign issues to projects based on source - name: assign issues to Content squad project - uses: actions/add-to-project@v0.3.0 + uses: actions/add-to-project@v0.4.1 with: project-url: https://github.com/orgs/strapi/projects/11 github-token: ${{ secrets.PROJECT_TRANSFER_TOKEN }} labeled: 'source: core:admin, source: core:content-manager, source: core:upload, source: plugin:i18n' label-operator: OR - name: assign issues to DevExp squad project - uses: actions/add-to-project@v0.3.0 + uses: actions/add-to-project@v0.4.1 with: project-url: https://github.com/orgs/strapi/projects/13 github-token: ${{ secrets.PROJECT_TRANSFER_TOKEN }} labeled: 'source: core:content-type-builder, source: core:database, source: core:email, source: core:strapi, source: core:utils, source: plugin:graphql, source: plugin:users-permissions, source: typescript, source: core:data-transfer' label-operator: OR - name: assign issues to Expansions squad project - uses: actions/add-to-project@v0.3.0 + uses: actions/add-to-project@v0.4.1 with: project-url: https://github.com/orgs/strapi/projects/4 github-token: ${{ secrets.PROJECT_TRANSFER_TOKEN }}