From a4a497bd80984071968776797ddd287761c0810c Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 22 Jul 2022 13:02:50 -0400 Subject: [PATCH] Delete pull-requests-opened.yml (#11890) This action doesn't work as expected given that public forks don't have access to the token. --- .github/workflows/pull-requests-opened.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/pull-requests-opened.yml 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 }}