From 4597803a8b34a4fc71b929af07ac56b8857719d3 Mon Sep 17 00:00:00 2001 From: Justin Van Patten Date: Tue, 24 Dec 2024 12:10:54 -0800 Subject: [PATCH] Delete obsolete workflow Delete the workflow that adds issues to the DevRel project. --- .github/workflows/add-to-project.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index 9d575626e..000000000 --- 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 }}