From 64d8bb3f0ff4f268fc864f74b48313423879e75c Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 8 Jan 2024 16:52:43 -0500 Subject: [PATCH] remove auto add issue workflow Signed-off-by: Kevin --- .github/workflows/auto-add-issues.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/auto-add-issues.yml diff --git a/.github/workflows/auto-add-issues.yml b/.github/workflows/auto-add-issues.yml deleted file mode 100644 index 868b33c..0000000 --- a/.github/workflows/auto-add-issues.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Add new issues to CodeFlare Sprint Board -on: - issues: - types: - - opened -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/project-codeflare/projects/8 - github-token: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}