mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
Merge pull request #2 from melotria/junie-init
Initialize JetBrains Junie Workflow 🚀
This commit is contained in:
commit
07902a8259
1 changed files with 24 additions and 0 deletions
24
.github/workflows/junie.yml
vendored
Normal file
24
.github/workflows/junie.yml
vendored
Normal 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
|
Loading…
Reference in a new issue