diff --git a/.github/workflows/add-theme-check-issues-to-theme-developer-tools-project.yml b/.github/workflows/add-theme-check-issues-to-theme-developer-tools-project.yml deleted file mode 100644 index 2eb3611b..00000000 --- a/.github/workflows/add-theme-check-issues-to-theme-developer-tools-project.yml +++ /dev/null @@ -1,18 +0,0 @@ -# https://github.com/actions/add-to-project -name: Add issues to the Theme Developer Tools project -on: - issues: - types: - - opened - - labeled - - transferred - -jobs: - add-to-project: - name: Add issues to the Theme Developer Tools project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@main - with: - project-url: https://github.com/orgs/Shopify/projects/2929 - github-token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}