OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
12 stars 24 forks source link

Allow developer to input PR number for lsp4ij checkout input #998

Open TrevCraw opened 1 day ago

TrevCraw commented 1 day ago

As documented here - https://github.com/OpenLiberty/liberty-tools-intellij/blob/main/docs/LSP4IJ-Continuous-Integration.md#manually-trigger-workflow - developers can input a branch name, a tag, or a commit SHA as input for "Reference/branch for Lsp4ij checkout" for the Build workflow to kick off a build against a specific build of LSP4IJ.

It would be nice if instead of requiring developers to go find a merge commit SHA for a PR, they could just input a PR number and the workflow would be able to find the merge commit SHA for them.