mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 13:02:18 +00:00
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] <support@github.com>
This commit is contained in:
parent
5c9a88be04
commit
05d68de5fd
6
.github/workflows/issues_handleLabel.yml
vendored
6
.github/workflows/issues_handleLabel.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user