mirror of
https://github.com/jlengrand/OpenGraphKt.git
synced 2026-03-10 08:31:23 +00:00
Initialize JetBrains Junie 🚀 (#24)
* feat(junie): added .junie workflow * feat(junie): added .devcontainer.json --------- Co-authored-by: jetbrains-junie[bot] <201638009+jetbrains-junie[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
11a22550b7
commit
79b169fa81
12
.devcontainer/devcontainer.json
Normal file
12
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "Java",
|
||||||
|
"image": "mcr.microsoft.com/devcontainers/java:1-21",
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/java:1": {
|
||||||
|
"version": "none",
|
||||||
|
"installMaven": "true",
|
||||||
|
"mavenVersion": "3.8.6",
|
||||||
|
"installGradle": "true"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
22
.github/workflows/junie.yml
vendored
Normal file
22
.github/workflows/junie.yml
vendored
Normal 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 }}
|
||||||
Reference in New Issue
Block a user