diff --git a/.github/workflows/pull-requests-opened.yml b/.github/workflows/pull-requests-opened.yml deleted file mode 100644 index 2f5d12180..000000000 --- a/.github/workflows/pull-requests-opened.yml +++ /dev/null @@ -1,16 +0,0 @@ -on: - pull_request: - types: - - opened -permissions: - contents: read - -jobs: - add-to-project: - name: Add pull-requests to request queue - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@main - with: - project-url: https://github.com/orgs/hashicorp/projects/105 - github-token: ${{ secrets.PACKER_PROJ_BOARD_TOKEN }}