Skip to content

Commit 2e15a34

Browse files
jetbrains-junie[bot]zoobestik
authored andcommitted
feat(junie): added .junie workflow
1 parent 0f1934b commit 2e15a34

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/junie.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Junie
2+
3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
packages: read
7+
8+
on:
9+
workflow_dispatch:
10+
inputs:
11+
workflow_params:
12+
description: "stringified params"
13+
required: true
14+
15+
jobs:
16+
call-workflow-passing-data:
17+
uses: JetBrains/junie-workflows/.github/workflows/ej-issue.yml@main
18+
with:
19+
workflow_params: ${{ inputs.workflow_params }}

0 commit comments

Comments
 (0)