You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/.github/workflows/pull-requests-opened.yml

15 lines
343 B

on:
pull_request:
types:
- opened
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 }}