2 Commits

Author SHA1 Message Date
jetbrains-junie[bot]
20e395bf08 feat(junie): added .devcontainer.json 2025-06-02 21:40:32 +00:00
jetbrains-junie[bot]
73d67ac05c feat(junie): added .junie workflow 2025-06-02 21:40:32 +00:00
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
"postCreateCommand": "npm i"
}

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

@@ -0,0 +1,22 @@
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 }}