Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat(junie): added .junie workflow
  • Loading branch information
jetbrains-junie[bot] authored Jun 2, 2025
commit 2de887e708106c31ffb5e65c383024e6e313ba90
22 changes: 22 additions & 0 deletions .github/workflows/junie.yml
Original file line number Diff line number Diff line change
@@ -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 }}