diff --git a/.github/workflows/add-issues-to-project.yml b/.github/workflows/add-issues-to-project.yml deleted file mode 100644 index 9fa35459de..0000000000 --- a/.github/workflows/add-issues-to-project.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Add documentation issues to docs project - -on: - issues: - types: - - opened - - labeled - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.4.0 - with: - project-url: https://github.com/orgs/microsoft/projects/635 - github-token: ${{ secrets.GITHUB_TOKEN }} - labeled: documentation