You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As part of testing, I found that there may be situations where the merge commit SHA has a null value. This occurs when a developer tries to input the LSP4IJ PR number to run the build.
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.
The text was updated successfully, but these errors were encountered: