From 2cc2c5edb16fb7404121c66c80a2687ac7dbcd2a Mon Sep 17 00:00:00 2001 From: "jetbrains-junie[bot]" <201638009+jetbrains-junie[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:39:46 +0000 Subject: [PATCH] feat(junie): added .junie workflow --- .github/workflows/junie.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/junie.yml diff --git a/.github/workflows/junie.yml b/.github/workflows/junie.yml new file mode 100644 index 0000000..0cd2beb --- /dev/null +++ b/.github/workflows/junie.yml @@ -0,0 +1,19 @@ +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 }}" + junie_ide: PhpStorm