Delete pull-requests-opened.yml (#11890)

This action doesn't work as expected given that public forks don't have access to the token.
pull/11900/head
Wilken Rivera 4 years ago committed by GitHub
parent e12bbf3fb9
commit a4a497bd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }}
Loading…
Cancel
Save