From 1392dbfb3dea8a70bf076269d8da9d52b49054b6 Mon Sep 17 00:00:00 2001 From: DMehaffy Date: Thu, 2 Feb 2023 14:25:36 -0700 Subject: [PATCH 1/2] Update auto-label workflow to include DEITS label Just adding the new DEITS label to the automation --- .github/workflows/issues_handleLabel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues_handleLabel.yml b/.github/workflows/issues_handleLabel.yml index 5d6db803c2..88a6b40112 100644 --- a/.github/workflows/issues_handleLabel.yml +++ b/.github/workflows/issues_handleLabel.yml @@ -196,7 +196,7 @@ jobs: 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' + 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:deits' label-operator: OR - name: assign issues to Expansions squad project uses: actions/add-to-project@v0.3.0 From 7ae4d1c802b3b12cefc14ef237906e980c2317df Mon Sep 17 00:00:00 2001 From: DMehaffy Date: Fri, 3 Feb 2023 14:11:29 -0700 Subject: [PATCH 2/2] Update .github/workflows/issues_handleLabel.yml Co-authored-by: Ben Irvin --- .github/workflows/issues_handleLabel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues_handleLabel.yml b/.github/workflows/issues_handleLabel.yml index 88a6b40112..f51628d3db 100644 --- a/.github/workflows/issues_handleLabel.yml +++ b/.github/workflows/issues_handleLabel.yml @@ -196,7 +196,7 @@ jobs: 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:deits' + 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