Skip to content

Workflow file for this run

name: Cherry Pick Commits on Issue Creation
on:
issues:
types: [opened]
jobs:
cherry-pick:
uses: ./.github/workflows/wf-sp.yml
with:
org: 'IVVORG'
team: 'DevOps_cp'
user: '${{ github.event.issue.user.login }}'
issue-title: '${{ github.event.issue.title }}'
issue-body: '${{ github.event.issue.body }}'