feat(junie): added .junie workflow

This commit is contained in:
jetbrains-junie[bot]
2025-10-10 04:21:45 +00:00
committed by GitHub
parent e1e30af73a
commit d030b82e05

21
.github/workflows/junie.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Junie
run-name: Junie run ${{ inputs.run_id }}
permissions:
contents: write
on:
workflow_dispatch:
inputs:
run_id:
description: "id of workflow process"
required: true
workflow_params:
description: "stringified params"
required: true
jobs:
call-workflow-passing-data:
uses: jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main
with:
workflow_params: ${{ inputs.workflow_params }}