diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index ac02faa1..00000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Apply project management flow -on: - issues: - types: [opened] - pull_request_target: - types: [opened] -jobs: - project-management: - runs-on: ubuntu-latest - name: Apply project management flow - steps: - - uses: honeycombio/oss-management-actions/projects@v1 - with: - ghprojects-token: ${{ secrets.GHPROJECTS_TOKEN }}