From 29396618ba200c576b89cab580097b78c616d36c Mon Sep 17 00:00:00 2001 From: Till Prochaska <1512805+tillprochaska@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:44:13 +0100 Subject: [PATCH] Remove unused GitHub Actions workflow --- .github/workflows/main.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 99fec90..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Auto Assign to Project - -on: - issues: - types: [opened, labeled] - pull_request_target: - types: [opened, labeled] - -jobs: - assign_one_project: - runs-on: ubuntu-latest - name: Assign to One Project - steps: - - uses: actions/add-to-project@v0.3.0 - with: - # You can target a repository in a different organization - # to the issue - project-url: https://github.com/orgs/alephdata/projects/10 - github-token: ${{ secrets.ALEPH_GITHUB_TOKEN }} - continue-on-error: true