diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index a3dece6f4..000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,19 +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 }}