Commit 1ee7260d authored by tom's avatar tom

[skp ci] fix copy issues workflow

parent 7f742762
...@@ -11,6 +11,16 @@ on: ...@@ -11,6 +11,16 @@ on:
description: JSON encoded list of issue ids description: JSON encoded list of issue ids
required: true required: true
type: string type: string
workflow_call:
inputs:
pr_number:
description: Pull request number
required: true
type: string
issues:
description: JSON encoded list of issue ids
required: true
type: string
jobs: jobs:
run: run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment