diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index 9d575626..00000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Add issues to project -on: - issues: - types: - - opened - - reopened - -jobs: - add-to-project: - runs-on: ubuntu-latest - steps: - - name: Add to DevRel - uses: actions/add-to-project@v0.4.0 - with: - project-url: https://github.com/orgs/pulumi/projects/47 - github-token: ${{ secrets.PULUMI_BOT_GHA_MARKETING }}