From 7c92e82185284238b114ac5f4df2ce2c638db5ed Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:55:23 -0400 Subject: [PATCH] Delete .github/workflows/add-to-dashboard.yml (#512) --- .github/workflows/add-to-dashboard.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/add-to-dashboard.yml diff --git a/.github/workflows/add-to-dashboard.yml b/.github/workflows/add-to-dashboard.yml deleted file mode 100644 index e72d9896..00000000 --- a/.github/workflows/add-to-dashboard.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Add Issue or Pull Request to Dashboard - -on: - issues: - types: - - opened - pull_request: - types: - - opened - -jobs: - add-to-project: - name: Add issue or pull request to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/catalystneuro/projects/3 - github-token: ${{ secrets.PROJECT_TOKEN }}