From 30a55ca6d4eb935bb62923ffd346e5939cfa8b37 Mon Sep 17 00:00:00 2001 From: Ben Darfler Date: Mon, 13 Sep 2021 13:02:24 -0400 Subject: [PATCH] Removes telemetry board automation (#61) Until such time as Telemetry takes CODEOWNERS(hip) --- .github/workflows/add-to-project.yml | 14 -------------- 1 file changed, 14 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 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 }}