From 725bf63a32f1d009cd70e575475289e553088d95 Mon Sep 17 00:00:00 2001 From: himself65 Date: Thu, 18 May 2023 18:35:19 -0700 Subject: [PATCH] ci: remove `add-to-project.yml` --- .github/workflows/add-to-project.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index 4f50752bcb..0000000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Add to GitHub projects - -on: - issues: - types: - - opened - pull_request_target: - types: - - opened - - reopened - -jobs: - add-to-project: - name: Add issues and pull requests - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.4.0 - with: - # You can target a repository in a different organization - # to the issue - project-url: https://github.com/orgs/toeverything/projects/10 - github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} - # labeled: bug, needs-triage - # label-operator: OR