feat(junie): added .junie workflow

This commit is contained in:
junie-eap[bot] 2025-04-28 12:15:43 +00:00 committed by GitHub
parent 0c88f916db
commit 195077d13e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
.github/workflows/junie.yml vendored Normal file
View file

@ -0,0 +1,24 @@
name: Junie
run-name: Junie run ${{ inputs.run_id }}
permissions:
contents: write
pull-requests: 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 }}
fix_conflicts: false
skip_workflow_file_validation: false