diff --git a/.github/workflows/pull-requests-progress.yml b/.github/workflows/pull-requests-progress.yml deleted file mode 100644 index 4e50bfb5f..000000000 --- a/.github/workflows/pull-requests-progress.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Move pull requests into OpenBot - In progress - -on: - pull_request: - types: [opened,assigned] - -jobs: - automate-project-columns: - runs-on: ubuntu-latest - steps: - - uses: alex-page/github-project-automation-plus@v0.3.0 - with: - project: OpenBot - column: In progress - repo-token: ${{ secrets.GH_TOKEN }}