From 8711cc935b97dd9ff4e76ebaf2559d6bebcfac8b Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Thu, 4 Jan 2024 10:44:52 -0800 Subject: [PATCH] chore: remove unused GitHub Actions workflow the Project adds issues to itself automatically --- .github/workflows/add-to-project-issues.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/add-to-project-issues.yml diff --git a/.github/workflows/add-to-project-issues.yml b/.github/workflows/add-to-project-issues.yml deleted file mode 100644 index d21ceda..0000000 --- a/.github/workflows/add-to-project-issues.yml +++ /dev/null @@ -1,16 +0,0 @@ -# Add secret GH_PROJECT (the Project's ID) and allow org-wide secret GH_PROJECTS_TOKEN to the repo - -name: Add Issues to Project - -on: - issues: - types: [opened, transferred] - -jobs: - add-to-project-issues: - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@main - with: - project-url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }} - github-token: ${{ secrets.GH_PROJECTS_TOKEN }}