mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-28 20:41:21 -05:00
To assist in tracking newly created issues and pull-requests a new set of actions is being added to assign inbound request to a new project board. Where the team can view, filter, and organize in bound requests across all Packer repos.
14 lines
343 B
YAML
14 lines
343 B
YAML
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 }}
|